Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-18197 (GCVE-0-2019-18197)
Vulnerability from cvelistv5 – Published: 2019-10-18 20:07 – Updated: 2026-05-28 18:27
VLAI
EPSS
Summary
In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn't reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.
Severity
7.5 (High)
CWE
- n/a
Assigner
References
15 references
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T01:47:13.523Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746"
},
{
"name": "USN-4164-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/4164-1/"
},
{
"name": "[debian-lts-announce] 20191027 [SECURITY] [DLA 1973-1] libxslt security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20191031-0004/"
},
{
"name": "[oss-security] 20191117 Nokogiri security update v1.10.5",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2019/11/17/2"
},
{
"name": "openSUSE-SU-2020:0189",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html"
},
{
"name": "openSUSE-SU-2020:0210",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html"
},
{
"name": "RHSA-2020:0514",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2020:0514"
},
{
"name": "openSUSE-SU-2020:0233",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpuapr2020.html"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20200416-0004/"
},
{
"name": "openSUSE-SU-2020:0731",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2019-18197",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-28T18:27:54.888438Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416 Use After Free",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-908",
"description": "CWE-908 Use of Uninitialized Resource",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-28T18:27:59.540Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn\u0027t reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-05-28T23:06:08.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746"
},
{
"name": "USN-4164-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/4164-1/"
},
{
"name": "[debian-lts-announce] 20191027 [SECURITY] [DLA 1973-1] libxslt security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20191031-0004/"
},
{
"name": "[oss-security] 20191117 Nokogiri security update v1.10.5",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2019/11/17/2"
},
{
"name": "openSUSE-SU-2020:0189",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html"
},
{
"name": "openSUSE-SU-2020:0210",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html"
},
{
"name": "RHSA-2020:0514",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2020:0514"
},
{
"name": "openSUSE-SU-2020:0233",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpuapr2020.html"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20200416-0004/"
},
{
"name": "openSUSE-SU-2020:0731",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-18197",
"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": "In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn\u0027t reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285",
"refsource": "MISC",
"url": "https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285"
},
{
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914",
"refsource": "MISC",
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914"
},
{
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768",
"refsource": "MISC",
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768"
},
{
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746",
"refsource": "MISC",
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746"
},
{
"name": "USN-4164-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4164-1/"
},
{
"name": "[debian-lts-announce] 20191027 [SECURITY] [DLA 1973-1] libxslt security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20191031-0004/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20191031-0004/"
},
{
"name": "[oss-security] 20191117 Nokogiri security update v1.10.5",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2019/11/17/2"
},
{
"name": "openSUSE-SU-2020:0189",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html"
},
{
"name": "openSUSE-SU-2020:0210",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html"
},
{
"name": "RHSA-2020:0514",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2020:0514"
},
{
"name": "openSUSE-SU-2020:0233",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html"
},
{
"name": "https://www.oracle.com/security-alerts/cpuapr2020.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuapr2020.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20200416-0004/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20200416-0004/"
},
{
"name": "openSUSE-SU-2020:0731",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2019-18197",
"datePublished": "2019-10-18T20:07:17.000Z",
"dateReserved": "2019-10-18T00:00:00.000Z",
"dateUpdated": "2026-05-28T18:27:59.540Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2019-18197",
"date": "2026-05-31",
"epss": "0.04534",
"percentile": "0.8934"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2019-18197\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2019-10-18T21:15:10.793\",\"lastModified\":\"2026-05-28T19:16:33.373\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn\u0027t reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.\"},{\"lang\":\"es\",\"value\":\"En la funci\u00f3n xsltCopyText en el archivo transform.c en libxslt versi\u00f3n 1.1.33, una variable de puntero no se restablece bajo determinadas circunstancias. Si el \u00e1rea de memoria relevante se liber\u00f3 y reutiliz\u00f3 de cierta manera, una comprobaci\u00f3n de l\u00edmites podr\u00eda fallar y podr\u00eda escribirse la memoria fuera de un b\u00fafer o podr\u00edan divulgarse datos no inicializados.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:H/Au:N/C:P/I:P/A:P\",\"baseScore\":5.1,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"HIGH\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":4.9,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"},{\"lang\":\"en\",\"value\":\"CWE-908\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"},{\"lang\":\"en\",\"value\":\"CWE-908\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:xmlsoft:libxslt:1.1.33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BBF9724E-ED48-45EB-92DF-1223ECF12693\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"703AF700-7A70-47E2-BC3A-7FD03B3CA9C1\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"8D305F7A-D159-4716-AB26-5E38BB5CD991\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"815D70A8-47D3-459C-A32C-9FEACA0659D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CD783B0C-9246-47D9-A937-6144FE8BFF0F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A31C8344-3E02-4EB8-8BD8-4C84B7959624\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/11/17/2\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2020:0514\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20191031-0004/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20200416-0004/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://usn.ubuntu.com/4164-1/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2020.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2019/11/17/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2020:0514\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20191031-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20200416-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://usn.ubuntu.com/4164-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2020.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://usn.ubuntu.com/4164-1/\", \"name\": \"USN-4164-1\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html\", \"name\": \"[debian-lts-announce] 20191027 [SECURITY] [DLA 1973-1] libxslt security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20191031-0004/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/11/17/2\", \"name\": \"[oss-security] 20191117 Nokogiri security update v1.10.5\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html\", \"name\": \"openSUSE-SU-2020:0189\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\", \"x_transferred\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html\", \"name\": \"openSUSE-SU-2020:0210\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\", \"x_transferred\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2020:0514\", \"name\": \"RHSA-2020:0514\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\", \"x_transferred\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html\", \"name\": \"openSUSE-SU-2020:0233\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\", \"x_transferred\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuapr2020.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20200416-0004/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html\", \"name\": \"openSUSE-SU-2020:0731\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-05T01:47:13.523Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2019-18197\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-28T18:27:54.888438Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-908\", \"description\": \"CWE-908 Use of Uninitialized Resource\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-28T18:27:50.961Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://usn.ubuntu.com/4164-1/\", \"name\": \"USN-4164-1\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html\", \"name\": \"[debian-lts-announce] 20191027 [SECURITY] [DLA 1973-1] libxslt security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20191031-0004/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/11/17/2\", \"name\": \"[oss-security] 20191117 Nokogiri security update v1.10.5\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html\", \"name\": \"openSUSE-SU-2020:0189\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html\", \"name\": \"openSUSE-SU-2020:0210\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2020:0514\", \"name\": \"RHSA-2020:0514\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html\", \"name\": \"openSUSE-SU-2020:0233\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuapr2020.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20200416-0004/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html\", \"name\": \"openSUSE-SU-2020:0731\", \"tags\": [\"vendor-advisory\", \"x_refsource_SUSE\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn\u0027t reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2020-05-28T23:06:08.000Z\"}, \"x_legacyV4Record\": {\"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"n/a\"}]}, \"product_name\": \"n/a\"}]}, \"vendor_name\": \"n/a\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285\", \"name\": \"https://gitlab.gnome.org/GNOME/libxslt/commit/2232473733b7313d67de8836ea3b29eec6e8e285\", \"refsource\": \"MISC\"}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914\", \"name\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15914\", \"refsource\": \"MISC\"}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768\", \"name\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15768\", \"refsource\": \"MISC\"}, {\"url\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746\", \"name\": \"https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15746\", \"refsource\": \"MISC\"}, {\"url\": \"https://usn.ubuntu.com/4164-1/\", \"name\": \"USN-4164-1\", \"refsource\": \"UBUNTU\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2019/10/msg00037.html\", \"name\": \"[debian-lts-announce] 20191027 [SECURITY] [DLA 1973-1] libxslt security update\", \"refsource\": \"MLIST\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20191031-0004/\", \"name\": \"https://security.netapp.com/advisory/ntap-20191031-0004/\", \"refsource\": \"CONFIRM\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2019/11/17/2\", \"name\": \"[oss-security] 20191117 Nokogiri security update v1.10.5\", \"refsource\": \"MLIST\"}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00010.html\", \"name\": \"openSUSE-SU-2020:0189\", \"refsource\": \"SUSE\"}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00015.html\", \"name\": \"openSUSE-SU-2020:0210\", \"refsource\": \"SUSE\"}, {\"url\": \"https://access.redhat.com/errata/RHSA-2020:0514\", \"name\": \"RHSA-2020:0514\", \"refsource\": \"REDHAT\"}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00025.html\", \"name\": \"openSUSE-SU-2020:0233\", \"refsource\": \"SUSE\"}, {\"url\": \"https://www.oracle.com/security-alerts/cpuapr2020.html\", \"name\": \"https://www.oracle.com/security-alerts/cpuapr2020.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20200416-0004/\", \"name\": \"https://security.netapp.com/advisory/ntap-20200416-0004/\", \"refsource\": \"CONFIRM\"}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00062.html\", \"name\": \"openSUSE-SU-2020:0731\", \"refsource\": \"SUSE\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn\u0027t reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"n/a\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2019-18197\", \"STATE\": \"PUBLIC\", \"ASSIGNER\": \"cve@mitre.org\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2019-18197\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-28T18:27:59.540Z\", \"dateReserved\": \"2019-10-18T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2019-10-18T20:07:17.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2020:0920-2
Vulnerability from csaf_suse - Published: 2020-08-26 15:01 - Updated: 2020-08-26 15:01Summary
Security update for libxslt
Severity
Moderate
Notes
Title of the patch: Security update for libxslt
Description of the patch: This update for libxslt fixes the following issue:
- CVE-2019-18197: Fixed a dangling pointer in xsltCopyText which may have led to information disclosure (bsc#1154609).
Patchnames: HPE-Helion-OpenStack-8-2020-920,SUSE-2020-920,SUSE-OpenStack-Cloud-7-2020-920,SUSE-OpenStack-Cloud-8-2020-920,SUSE-OpenStack-Cloud-Crowbar-8-2020-920,SUSE-SLE-SAP-12-SP2-2020-920,SUSE-SLE-SAP-12-SP3-2020-920,SUSE-SLE-SERVER-12-SP2-2020-920,SUSE-SLE-SERVER-12-SP2-BCL-2020-920,SUSE-SLE-SERVER-12-SP3-2020-920,SUSE-SLE-SERVER-12-SP3-BCL-2020-920,SUSE-Storage-5-2020-920
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: HPE Helion OpenStack 8:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 5:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:libxslt-tools-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:libxslt1-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 8:libxslt1-32bit-1.1.28-17.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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 libxslt",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libxslt fixes the following issue:\n\n- CVE-2019-18197: Fixed a dangling pointer in xsltCopyText which may have led to information disclosure (bsc#1154609).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "HPE-Helion-OpenStack-8-2020-920,SUSE-2020-920,SUSE-OpenStack-Cloud-7-2020-920,SUSE-OpenStack-Cloud-8-2020-920,SUSE-OpenStack-Cloud-Crowbar-8-2020-920,SUSE-SLE-SAP-12-SP2-2020-920,SUSE-SLE-SAP-12-SP3-2020-920,SUSE-SLE-SERVER-12-SP2-2020-920,SUSE-SLE-SERVER-12-SP2-BCL-2020-920,SUSE-SLE-SERVER-12-SP3-2020-920,SUSE-SLE-SERVER-12-SP3-BCL-2020-920,SUSE-Storage-5-2020-920",
"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_0920-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:0920-2",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20200920-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:0920-2",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-August/007307.html"
},
{
"category": "self",
"summary": "SUSE Bug 1154609",
"url": "https://bugzilla.suse.com/1154609"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-18197 page",
"url": "https://www.suse.com/security/cve/CVE-2019-18197/"
}
],
"title": "Security update for libxslt",
"tracking": {
"current_release_date": "2020-08-26T15:01:04Z",
"generator": {
"date": "2020-08-26T15:01:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:0920-2",
"initial_release_date": "2020-08-26T15:01:04Z",
"revision_history": [
{
"date": "2020-08-26T15:01:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.28-17.9.1.aarch64",
"product": {
"name": "libxslt-devel-1.1.28-17.9.1.aarch64",
"product_id": "libxslt-devel-1.1.28-17.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.28-17.9.1.aarch64",
"product": {
"name": "libxslt-tools-1.1.28-17.9.1.aarch64",
"product_id": "libxslt-tools-1.1.28-17.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.28-17.9.1.aarch64",
"product": {
"name": "libxslt1-1.1.28-17.9.1.aarch64",
"product_id": "libxslt1-1.1.28-17.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-64bit-1.1.28-17.9.1.aarch64_ilp32",
"product": {
"name": "libxslt-devel-64bit-1.1.28-17.9.1.aarch64_ilp32",
"product_id": "libxslt-devel-64bit-1.1.28-17.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libxslt1-64bit-1.1.28-17.9.1.aarch64_ilp32",
"product": {
"name": "libxslt1-64bit-1.1.28-17.9.1.aarch64_ilp32",
"product_id": "libxslt1-64bit-1.1.28-17.9.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.28-17.9.1.i586",
"product": {
"name": "libxslt-devel-1.1.28-17.9.1.i586",
"product_id": "libxslt-devel-1.1.28-17.9.1.i586"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.28-17.9.1.i586",
"product": {
"name": "libxslt-tools-1.1.28-17.9.1.i586",
"product_id": "libxslt-tools-1.1.28-17.9.1.i586"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.28-17.9.1.i586",
"product": {
"name": "libxslt1-1.1.28-17.9.1.i586",
"product_id": "libxslt1-1.1.28-17.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.28-17.9.1.ppc64le",
"product": {
"name": "libxslt-devel-1.1.28-17.9.1.ppc64le",
"product_id": "libxslt-devel-1.1.28-17.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.28-17.9.1.ppc64le",
"product": {
"name": "libxslt-tools-1.1.28-17.9.1.ppc64le",
"product_id": "libxslt-tools-1.1.28-17.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.28-17.9.1.ppc64le",
"product": {
"name": "libxslt1-1.1.28-17.9.1.ppc64le",
"product_id": "libxslt1-1.1.28-17.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.28-17.9.1.s390",
"product": {
"name": "libxslt-devel-1.1.28-17.9.1.s390",
"product_id": "libxslt-devel-1.1.28-17.9.1.s390"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.28-17.9.1.s390",
"product": {
"name": "libxslt-tools-1.1.28-17.9.1.s390",
"product_id": "libxslt-tools-1.1.28-17.9.1.s390"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.28-17.9.1.s390",
"product": {
"name": "libxslt1-1.1.28-17.9.1.s390",
"product_id": "libxslt1-1.1.28-17.9.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.28-17.9.1.s390x",
"product": {
"name": "libxslt-devel-1.1.28-17.9.1.s390x",
"product_id": "libxslt-devel-1.1.28-17.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libxslt-devel-32bit-1.1.28-17.9.1.s390x",
"product": {
"name": "libxslt-devel-32bit-1.1.28-17.9.1.s390x",
"product_id": "libxslt-devel-32bit-1.1.28-17.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.28-17.9.1.s390x",
"product": {
"name": "libxslt-tools-1.1.28-17.9.1.s390x",
"product_id": "libxslt-tools-1.1.28-17.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.28-17.9.1.s390x",
"product": {
"name": "libxslt1-1.1.28-17.9.1.s390x",
"product_id": "libxslt1-1.1.28-17.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libxslt1-32bit-1.1.28-17.9.1.s390x",
"product": {
"name": "libxslt1-32bit-1.1.28-17.9.1.s390x",
"product_id": "libxslt1-32bit-1.1.28-17.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-tools-1.1.28-17.9.1.x86_64",
"product": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64",
"product_id": "libxslt-tools-1.1.28-17.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.28-17.9.1.x86_64",
"product": {
"name": "libxslt1-1.1.28-17.9.1.x86_64",
"product_id": "libxslt1-1.1.28-17.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"product": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"product_id": "libxslt1-32bit-1.1.28-17.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt-devel-1.1.28-17.9.1.x86_64",
"product": {
"name": "libxslt-devel-1.1.28-17.9.1.x86_64",
"product_id": "libxslt-devel-1.1.28-17.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt-devel-32bit-1.1.28-17.9.1.x86_64",
"product": {
"name": "libxslt-devel-32bit-1.1.28-17.9.1.x86_64",
"product_id": "libxslt-devel-32bit-1.1.28-17.9.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 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 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 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": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.s390x as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.s390x as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt1-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.s390x as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.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:libxslt-tools-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.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:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.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:libxslt1-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt1-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.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:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.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:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.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:libxslt-tools-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.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:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.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:libxslt1-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt1-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.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:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.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:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt1-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt1-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.aarch64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.aarch64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.ppc64le"
},
"product_reference": "libxslt1-1.1.28-17.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt1-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.aarch64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.aarch64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.28-17.9.1.x86_64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt-tools-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.aarch64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.aarch64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.28-17.9.1.x86_64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-32bit-1.1.28-17.9.1.x86_64 as component of SUSE Enterprise Storage 5",
"product_id": "SUSE Enterprise Storage 5:libxslt1-32bit-1.1.28-17.9.1.x86_64"
},
"product_reference": "libxslt1-32bit-1.1.28-17.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-18197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-18197"
}
],
"notes": [
{
"category": "general",
"text": "In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn\u0027t reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"HPE Helion OpenStack 8:libxslt1-1.1.28-17.9.1.x86_64",
"HPE Helion OpenStack 8:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.aarch64",
"SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.aarch64",
"SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt1-32bit-1.1.28-17.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-18197",
"url": "https://www.suse.com/security/cve/CVE-2019-18197"
},
{
"category": "external",
"summary": "SUSE Bug 1154609 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1154609"
},
{
"category": "external",
"summary": "SUSE Bug 1157028 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1157028"
},
{
"category": "external",
"summary": "SUSE Bug 1162833 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1162833"
},
{
"category": "external",
"summary": "SUSE Bug 1169511 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1169511"
},
{
"category": "external",
"summary": "SUSE Bug 1190108 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1190108"
}
],
"remediations": [
{
"category": "vendor_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:libxslt-tools-1.1.28-17.9.1.x86_64",
"HPE Helion OpenStack 8:libxslt1-1.1.28-17.9.1.x86_64",
"HPE Helion OpenStack 8:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.aarch64",
"SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.aarch64",
"SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt1-32bit-1.1.28-17.9.1.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": [
"HPE Helion OpenStack 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"HPE Helion OpenStack 8:libxslt1-1.1.28-17.9.1.x86_64",
"HPE Helion OpenStack 8:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.aarch64",
"SUSE Enterprise Storage 5:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.aarch64",
"SUSE Enterprise Storage 5:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Enterprise Storage 5:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP2-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-BCL:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.aarch64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE Linux Enterprise Server 12 SP3-LTSS:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP2:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.s390x",
"SUSE OpenStack Cloud 7:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud 8:libxslt1-32bit-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt-tools-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt1-1.1.28-17.9.1.x86_64",
"SUSE OpenStack Cloud Crowbar 8:libxslt1-32bit-1.1.28-17.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-08-26T15:01:04Z",
"details": "important"
}
],
"title": "CVE-2019-18197"
}
]
}
SUSE-SU-2020:1409-1
Vulnerability from csaf_suse - Published: 2020-05-25 15:01 - Updated: 2020-05-25 15:01Summary
Security update for libxslt
Severity
Moderate
Notes
Title of the patch: Security update for libxslt
Description of the patch: This update for libxslt fixes the following issues:
Security issues fixed:
- CVE-2019-13118: Fixed a read of uninitialized stack data (bsc#1140101).
- CVE-2019-13117: Fixed a uninitialized read which allowed to discern whether a byte on the stack contains certain special characters (bsc#1140095).
- CVE-2019-18197: Fixed a dangling pointer in xsltCopyText which may have led to information disclosure (bsc#1154609).
Patchnames: SUSE-2020-1409,SUSE-SLE-Module-Basesystem-15-SP1-2020-1409
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
24 references
{
"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 libxslt",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libxslt fixes the following issues:\n\nSecurity issues fixed: \n\n- CVE-2019-13118: Fixed a read of uninitialized stack data (bsc#1140101).\n- CVE-2019-13117: Fixed a uninitialized read which allowed to discern whether a byte on the stack contains certain special characters (bsc#1140095).\n- CVE-2019-18197: Fixed a dangling pointer in xsltCopyText which may have led to information disclosure (bsc#1154609).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2020-1409,SUSE-SLE-Module-Basesystem-15-SP1-2020-1409",
"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_1409-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2020:1409-1",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20201409-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2020:1409-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2020-May/006855.html"
},
{
"category": "self",
"summary": "SUSE Bug 1140095",
"url": "https://bugzilla.suse.com/1140095"
},
{
"category": "self",
"summary": "SUSE Bug 1140101",
"url": "https://bugzilla.suse.com/1140101"
},
{
"category": "self",
"summary": "SUSE Bug 1154609",
"url": "https://bugzilla.suse.com/1154609"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13117 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13117/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13118 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13118/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-18197 page",
"url": "https://www.suse.com/security/cve/CVE-2019-18197/"
}
],
"title": "Security update for libxslt",
"tracking": {
"current_release_date": "2020-05-25T15:01:37Z",
"generator": {
"date": "2020-05-25T15:01:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2020:1409-1",
"initial_release_date": "2020-05-25T15:01:37Z",
"revision_history": [
{
"date": "2020-05-25T15:01:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.32-3.8.24.aarch64",
"product": {
"name": "libxslt-devel-1.1.32-3.8.24.aarch64",
"product_id": "libxslt-devel-1.1.32-3.8.24.aarch64"
}
},
{
"category": "product_version",
"name": "libxslt-python-1.1.32-3.8.28.aarch64",
"product": {
"name": "libxslt-python-1.1.32-3.8.28.aarch64",
"product_id": "libxslt-python-1.1.32-3.8.28.aarch64"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.32-3.8.24.aarch64",
"product": {
"name": "libxslt-tools-1.1.32-3.8.24.aarch64",
"product_id": "libxslt-tools-1.1.32-3.8.24.aarch64"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.32-3.8.24.aarch64",
"product": {
"name": "libxslt1-1.1.32-3.8.24.aarch64",
"product_id": "libxslt1-1.1.32-3.8.24.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-64bit-1.1.32-3.8.24.aarch64_ilp32",
"product": {
"name": "libxslt-devel-64bit-1.1.32-3.8.24.aarch64_ilp32",
"product_id": "libxslt-devel-64bit-1.1.32-3.8.24.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libxslt1-64bit-1.1.32-3.8.24.aarch64_ilp32",
"product": {
"name": "libxslt1-64bit-1.1.32-3.8.24.aarch64_ilp32",
"product_id": "libxslt1-64bit-1.1.32-3.8.24.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.32-3.8.24.i586",
"product": {
"name": "libxslt-devel-1.1.32-3.8.24.i586",
"product_id": "libxslt-devel-1.1.32-3.8.24.i586"
}
},
{
"category": "product_version",
"name": "libxslt-python-1.1.32-3.8.28.i586",
"product": {
"name": "libxslt-python-1.1.32-3.8.28.i586",
"product_id": "libxslt-python-1.1.32-3.8.28.i586"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.32-3.8.24.i586",
"product": {
"name": "libxslt-tools-1.1.32-3.8.24.i586",
"product_id": "libxslt-tools-1.1.32-3.8.24.i586"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.32-3.8.24.i586",
"product": {
"name": "libxslt1-1.1.32-3.8.24.i586",
"product_id": "libxslt1-1.1.32-3.8.24.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.32-3.8.24.ppc64le",
"product": {
"name": "libxslt-devel-1.1.32-3.8.24.ppc64le",
"product_id": "libxslt-devel-1.1.32-3.8.24.ppc64le"
}
},
{
"category": "product_version",
"name": "libxslt-python-1.1.32-3.8.28.ppc64le",
"product": {
"name": "libxslt-python-1.1.32-3.8.28.ppc64le",
"product_id": "libxslt-python-1.1.32-3.8.28.ppc64le"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.32-3.8.24.ppc64le",
"product": {
"name": "libxslt-tools-1.1.32-3.8.24.ppc64le",
"product_id": "libxslt-tools-1.1.32-3.8.24.ppc64le"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.32-3.8.24.ppc64le",
"product": {
"name": "libxslt1-1.1.32-3.8.24.ppc64le",
"product_id": "libxslt1-1.1.32-3.8.24.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.32-3.8.24.s390x",
"product": {
"name": "libxslt-devel-1.1.32-3.8.24.s390x",
"product_id": "libxslt-devel-1.1.32-3.8.24.s390x"
}
},
{
"category": "product_version",
"name": "libxslt-python-1.1.32-3.8.28.s390x",
"product": {
"name": "libxslt-python-1.1.32-3.8.28.s390x",
"product_id": "libxslt-python-1.1.32-3.8.28.s390x"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.32-3.8.24.s390x",
"product": {
"name": "libxslt-tools-1.1.32-3.8.24.s390x",
"product_id": "libxslt-tools-1.1.32-3.8.24.s390x"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.32-3.8.24.s390x",
"product": {
"name": "libxslt1-1.1.32-3.8.24.s390x",
"product_id": "libxslt1-1.1.32-3.8.24.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libxslt-devel-1.1.32-3.8.24.x86_64",
"product": {
"name": "libxslt-devel-1.1.32-3.8.24.x86_64",
"product_id": "libxslt-devel-1.1.32-3.8.24.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt-devel-32bit-1.1.32-3.8.24.x86_64",
"product": {
"name": "libxslt-devel-32bit-1.1.32-3.8.24.x86_64",
"product_id": "libxslt-devel-32bit-1.1.32-3.8.24.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt-python-1.1.32-3.8.28.x86_64",
"product": {
"name": "libxslt-python-1.1.32-3.8.28.x86_64",
"product_id": "libxslt-python-1.1.32-3.8.28.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt-tools-1.1.32-3.8.24.x86_64",
"product": {
"name": "libxslt-tools-1.1.32-3.8.24.x86_64",
"product_id": "libxslt-tools-1.1.32-3.8.24.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt1-1.1.32-3.8.24.x86_64",
"product": {
"name": "libxslt1-1.1.32-3.8.24.x86_64",
"product_id": "libxslt1-1.1.32-3.8.24.x86_64"
}
},
{
"category": "product_version",
"name": "libxslt1-32bit-1.1.32-3.8.24.x86_64",
"product": {
"name": "libxslt1-32bit-1.1.32-3.8.24.x86_64",
"product_id": "libxslt1-32bit-1.1.32-3.8.24.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-devel-1.1.32-3.8.24.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64"
},
"product_reference": "libxslt-devel-1.1.32-3.8.24.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-devel-1.1.32-3.8.24.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le"
},
"product_reference": "libxslt-devel-1.1.32-3.8.24.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-devel-1.1.32-3.8.24.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x"
},
"product_reference": "libxslt-devel-1.1.32-3.8.24.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-devel-1.1.32-3.8.24.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64"
},
"product_reference": "libxslt-devel-1.1.32-3.8.24.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.32-3.8.24.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64"
},
"product_reference": "libxslt-tools-1.1.32-3.8.24.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.32-3.8.24.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le"
},
"product_reference": "libxslt-tools-1.1.32-3.8.24.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.32-3.8.24.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x"
},
"product_reference": "libxslt-tools-1.1.32-3.8.24.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt-tools-1.1.32-3.8.24.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64"
},
"product_reference": "libxslt-tools-1.1.32-3.8.24.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.32-3.8.24.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64"
},
"product_reference": "libxslt1-1.1.32-3.8.24.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.32-3.8.24.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le"
},
"product_reference": "libxslt1-1.1.32-3.8.24.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.32-3.8.24.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x"
},
"product_reference": "libxslt1-1.1.32-3.8.24.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libxslt1-1.1.32-3.8.24.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64"
},
"product_reference": "libxslt1-1.1.32-3.8.24.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-13117",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13117"
}
],
"notes": [
{
"category": "general",
"text": "In numbers.c in libxslt 1.1.33, an xsl:number with certain format strings could lead to a uninitialized read in xsltNumberFormatInsertNumbers. This could allow an attacker to discern whether a byte on the stack contains the characters A, a, I, i, or 0, or any other character.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13117",
"url": "https://www.suse.com/security/cve/CVE-2019-13117"
},
{
"category": "external",
"summary": "SUSE Bug 1140095 for CVE-2019-13117",
"url": "https://bugzilla.suse.com/1140095"
},
{
"category": "external",
"summary": "SUSE Bug 1157028 for CVE-2019-13117",
"url": "https://bugzilla.suse.com/1157028"
},
{
"category": "external",
"summary": "SUSE Bug 1160968 for CVE-2019-13117",
"url": "https://bugzilla.suse.com/1160968"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.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 Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-05-25T15:01:37Z",
"details": "moderate"
}
],
"title": "CVE-2019-13117"
},
{
"cve": "CVE-2019-13118",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13118"
}
],
"notes": [
{
"category": "general",
"text": "In numbers.c in libxslt 1.1.33, a type holding grouping characters of an xsl:number instruction was too narrow and an invalid character/length combination could be passed to xsltNumberFormatDecimal, leading to a read of uninitialized stack data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13118",
"url": "https://www.suse.com/security/cve/CVE-2019-13118"
},
{
"category": "external",
"summary": "SUSE Bug 1140101 for CVE-2019-13118",
"url": "https://bugzilla.suse.com/1140101"
},
{
"category": "external",
"summary": "SUSE Bug 1157028 for CVE-2019-13118",
"url": "https://bugzilla.suse.com/1157028"
},
{
"category": "external",
"summary": "SUSE Bug 1160968 for CVE-2019-13118",
"url": "https://bugzilla.suse.com/1160968"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.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:L/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-05-25T15:01:37Z",
"details": "low"
}
],
"title": "CVE-2019-13118"
},
{
"cve": "CVE-2019-18197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-18197"
}
],
"notes": [
{
"category": "general",
"text": "In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn\u0027t reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-18197",
"url": "https://www.suse.com/security/cve/CVE-2019-18197"
},
{
"category": "external",
"summary": "SUSE Bug 1154609 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1154609"
},
{
"category": "external",
"summary": "SUSE Bug 1157028 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1157028"
},
{
"category": "external",
"summary": "SUSE Bug 1162833 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1162833"
},
{
"category": "external",
"summary": "SUSE Bug 1169511 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1169511"
},
{
"category": "external",
"summary": "SUSE Bug 1190108 for CVE-2019-18197",
"url": "https://bugzilla.suse.com/1190108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.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 Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-devel-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt-tools-1.1.32-3.8.24.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP1:libxslt1-1.1.32-3.8.24.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2020-05-25T15:01:37Z",
"details": "important"
}
],
"title": "CVE-2019-18197"
}
]
}
WID-SEC-W-2022-1639
Vulnerability from csaf_certbund - Published: 2020-04-14 22:00 - Updated: 2025-04-29 22:00Summary
Oracle Java SE: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Die Java Platform, Standard Edition (SE) ist eine Sammlung von Java-APIs (JDK) und der Java Laufzeit Umgebung (JRE).
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Java SE ausnutzen, um die Verfügbarkeit, Vertraulichkeit und Integrität zu gefährden.
Betroffene Betriebssysteme: - Appliance
- F5 Networks
- Hardware Appliance
- Linux
- UNIX
- Windows
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
Affected products
Known affected
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Java SE
Oracle
|
cpe:/a:oracle:java_se:-
|
— | |
|
Red Hat Fedora
Red Hat
|
cpe:/o:redhat:fedora:-
|
— | |
|
Avaya Aura Session Manager
Avaya
|
cpe:/a:avaya:session_manager:-
|
— | |
|
Avaya Aura Communication Manager
Avaya
|
cpe:/a:avaya:communication_manager:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
EMC NetWorker
EMC
|
cpe:/a:emc:networker:-
|
— | |
|
F5 BIG-IP
F5 / BIG-IP
|
cpe:/a:f5:big-ip:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
F5 BIG-IP <17.0.0
F5 / BIG-IP
|
<17.0.0 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Avaya Aura System Manager
Avaya
|
cpe:/a:avaya:aura_system_manager:-
|
— | |
|
Avaya Aura Application Enablement Services
Avaya
|
cpe:/a:avaya:aura_application_enablement_services:-
|
— | |
|
Hitachi Network Attached Storage
Hitachi
|
cpe:/h:hitachi:virtual_storage_platform:-
|
— | |
|
Avaya Oceana
Avaya
|
cpe:/a:avaya:oceana:-
|
— | |
|
Avaya Web License Manager
Avaya
|
cpe:/a:avaya:web_license_manager:-
|
— | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Corretto <8.442.06.1
Amazon / Corretto
|
<8.442.06.1 | ||
|
Amazon Corretto <11.0.26.4.1
Amazon / Corretto
|
<11.0.26.4.1 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
F5 BIG-IP <16.1.4
F5 / BIG-IP
|
<16.1.4 | ||
|
Open Source CentOS
Open Source
|
cpe:/o:centos:centos:-
|
— | |
|
F5 BIG-IP <15.1.8
F5 / BIG-IP
|
<15.1.8 |
References
64 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"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": "Die Java Platform, Standard Edition (SE) ist eine Sammlung von Java-APIs (JDK) und der Java Laufzeit Umgebung (JRE).",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Java SE ausnutzen, um die Verf\u00fcgbarkeit, Vertraulichkeit und Integrit\u00e4t zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Appliance\n- F5 Networks\n- Hardware Appliance\n- Linux\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-2022-1639 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2020/wid-sec-w-2022-1639.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-1639 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1639"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2020 vom 2020-04-14",
"url": "https://www.oracle.com/security-alerts/cpuapr2020.html#AppendixJAVA"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1508 vom 2020-04-21",
"url": "https://access.redhat.com/errata/RHSA-2020:1508"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1506 vom 2020-04-21",
"url": "https://access.redhat.com/errata/RHSA-2020:1506"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1507 vom 2020-04-21",
"url": "https://access.redhat.com/errata/RHSA-2020:1507"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1509 vom 2020-04-21",
"url": "https://access.redhat.com/errata/RHSA-2020:1509"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1512 vom 2020-04-21",
"url": "https://access.redhat.com/errata/RHSA-2020:1512"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1514 vom 2020-04-21",
"url": "https://access.redhat.com/errata/RHSA-2020:1514"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1515 vom 2020-04-22",
"url": "https://access.redhat.com/errata/RHSA-2020:1515"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1516 vom 2020-04-22",
"url": "https://access.redhat.com/errata/RHSA-2020:1516"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1517 vom 2020-04-22",
"url": "https://access.redhat.com/errata/RHSA-2020:1517"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-4337-1 vom 2020-04-22",
"url": "https://usn.ubuntu.com/4337-1/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-4662 vom 2020-04-25",
"url": "https://www.debian.org/security/2020/dsa-4662"
},
{
"category": "external",
"summary": "CentOS Security Advisory CESA-2020:1506 vom 2020-04-28",
"url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-1506-Important-CentOS-6-java-1-8-0-openjdk-Security-Update-tp4645904.html"
},
{
"category": "external",
"summary": "CentOS Security Advisory CESA-2020:1508 vom 2020-04-28",
"url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-1508-Important-CentOS-6-java-1-7-0-openjdk-Security-Update-tp4645903.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA 2193 vom 2020-04-29",
"url": "https://lists.debian.org/debian-lts-announce/2020/debian-lts-announce-202004/msg00024.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-4668 vom 2020-04-30",
"url": "https://www.debian.org/security/2020/dsa-4668"
},
{
"category": "external",
"summary": "AVAYA Security Advisory ASA-2020-068 vom 2020-04-30",
"url": "https://downloads.avaya.com/css/P8/documents/101066223"
},
{
"category": "external",
"summary": "CentOS Security Advisory CESA-2020:1509 vom 2020-04-30",
"url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-1509-Important-CentOS-7-java-11-openjdk-Security-Update-tp4645907.html"
},
{
"category": "external",
"summary": "CentOS Security Advisory CESA-2020:1507 vom 2020-04-30",
"url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-1507-Important-CentOS-7-java-1-7-0-openjdk-Security-Update-tp4645909.html"
},
{
"category": "external",
"summary": "CentOS Security Advisory CESA-2020:1512 vom 2020-04-30",
"url": "http://centos-announce.2309468.n4.nabble.com/CentOS-announce-CESA-2020-1512-Important-CentOS-7-java-1-8-0-openjdk-Security-Update-tp4645908.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1938 vom 2020-05-04",
"url": "https://access.redhat.com/errata/RHSA-2020:1938"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:1942 vom 2020-05-04",
"url": "https://access.redhat.com/errata/RHSA-2020:1942"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2020-5386FE3BBB vom 2020-05-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2020-5386fe3bbb"
},
{
"category": "external",
"summary": "Hitachi Vulnerability Information HITACHI-SEC-2020-111 vom 2020-05-15",
"url": "https://www.hitachi.co.jp/Prod/comp/soft1/global/security/info/vuls/hitachi-sec-2020-111/index.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:2239 vom 2020-05-20",
"url": "https://access.redhat.com/errata/RHSA-2020:2239"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:2236 vom 2020-05-20",
"url": "https://access.redhat.com/errata/RHSA-2020:2236"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:2237 vom 2020-05-20",
"url": "https://access.redhat.com/errata/RHSA-2020:2237"
},
{
"category": "external",
"summary": "AVAYA Security Advisory ASA-2020-066 vom 2020-05-22",
"url": "https://downloads.avaya.com/css/P8/documents/101066704"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:2241 vom 2020-05-20",
"url": "https://access.redhat.com/errata/RHSA-2020:2241"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:2238 vom 2020-05-20",
"url": "https://access.redhat.com/errata/RHSA-2020:2238"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1572-1 vom 2020-06-09",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006907.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:14391-1 vom 2020-06-10",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006911.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1569-1 vom 2020-06-09",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006904.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1571-1 vom 2020-06-09",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006906.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1409-1 vom 2020-06-16",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20201409-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1511-1 vom 2020-06-16",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20201511-1.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:14398-1 vom 2020-06-17",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006965.html"
},
{
"category": "external",
"summary": "EMC Security Advisory DSA-2020-151 vom 2020-06-18",
"url": "https://www.dell.com/support/security/de-de/details/544561/DSA-2020-151-Dell-EMC-NetWorker-Runtime-Environment-NRE-Security-Update-for-Java-SE-Embedded-Vu"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1686-1 vom 2020-06-19",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006987.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1684-1 vom 2020-06-19",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006981.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1685-1 vom 2020-06-19",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006985.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1683-1 vom 2020-06-19",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-June/006984.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1511-2 vom 2020-07-07",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-July/007085.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2020:1569-2 vom 2020-07-14",
"url": "http://lists.suse.com/pipermail/sle-security-updates/2020-July/007125.html"
},
{
"category": "external",
"summary": "AVAYA Security Advisory ASA-2020-071 vom 2020-07-18",
"url": "https://downloads.avaya.com/css/P8/documents/101069460"
},
{
"category": "external",
"summary": "AVAYA Security Advisory ASA-2020-070 vom 2020-07-18",
"url": "https://downloads.avaya.com/css/P8/documents/101069455"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:4005 vom 2020-09-29",
"url": "https://access.redhat.com/errata/RHSA-2020:4005"
},
{
"category": "external",
"summary": "AVAYA Security Advisory ASA-2020-138 vom 2020-10-18",
"url": "https://downloads.avaya.com/css/P8/documents/101071521"
},
{
"category": "external",
"summary": "HCL Article KB0084794 vom 2020-11-02",
"url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0084794"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2020:4464 vom 2020-11-04",
"url": "https://access.redhat.com/errata/RHSA-2020:4464"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2020-4464 vom 2020-11-11",
"url": "https://linux.oracle.com/errata/ELSA-2020-4464.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:0717 vom 2021-03-03",
"url": "https://access.redhat.com/errata/RHSA-2021:0717"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:0736 vom 2021-03-04",
"url": "https://access.redhat.com/errata/RHSA-2021:0736"
},
{
"category": "external",
"summary": "F5 Security Advisory K10812540 vom 2022-10-06",
"url": "https://support.f5.com/csp/article/K10812540"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6445063 vom 2023-02-28",
"url": "https://www.cybersecurity-help.cz/vdb/SB2023022828"
},
{
"category": "external",
"summary": "F5 Security Advisory K000135555 vom 2023-07-24",
"url": "https://my.f5.com/manage/s/article/K000135555"
},
{
"category": "external",
"summary": "F5 Security Advisory K10812540 vom 2023-08-17",
"url": "https://my.f5.com/manage/s/article/K10812540"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-1809 vom 2023-08-23",
"url": "https://alas.aws.amazon.com/ALAS-2023-1809.html"
},
{
"category": "external",
"summary": "Change Log for Amazon Corretto 8 vom 2025-01-21",
"url": "https://github.com/corretto/corretto-8/blob/14eb6b297ac476ca5734706b40903e5a69ecd74a/CHANGELOG.md"
},
{
"category": "external",
"summary": "Change Log for Amazon Corretto 11 vom 2025-01-21",
"url": "https://github.com/corretto/corretto-11/blob/ece67a968d57210c69d3b9153576613846c1cacf/CHANGELOG.md"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASJAVA-OPENJDK11-2025-012 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASJAVA-OPENJDK11-2025-012.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASCORRETTO8-2025-018 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASCORRETTO8-2025-018.html"
}
],
"source_lang": "en-US",
"title": "Oracle Java SE: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-04-29T22:00:00.000+00:00",
"generator": {
"date": "2025-04-30T08:55:01.486+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2022-1639",
"initial_release_date": "2020-04-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2020-04-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2020-04-20T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2020-04-21T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2020-04-22T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2020-04-26T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2020-04-27T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von CentOS aufgenommen"
},
{
"date": "2020-04-28T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2020-04-29T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Debian und AVAYA aufgenommen"
},
{
"date": "2020-05-03T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von CentOS und Red Hat aufgenommen"
},
{
"date": "2020-05-04T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2020-05-14T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von HITACHI aufgenommen"
},
{
"date": "2020-05-21T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat und AVAYA aufgenommen"
},
{
"date": "2020-06-09T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2020-06-16T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2020-06-17T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE und EMC aufgenommen"
},
{
"date": "2020-06-21T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2020-07-07T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2020-07-14T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2020-07-19T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von AVAYA aufgenommen"
},
{
"date": "2020-09-29T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2020-10-18T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von AVAYA aufgenommen"
},
{
"date": "2020-11-02T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von HCL aufgenommen"
},
{
"date": "2020-11-03T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2020-11-11T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2021-03-03T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2021-03-04T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-10-06T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von F5 aufgenommen"
},
{
"date": "2023-02-28T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-07-24T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von F5 aufgenommen"
},
{
"date": "2023-08-17T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von F5 aufgenommen"
},
{
"date": "2023-08-23T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-01-21T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "33"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.0.26.4.1",
"product": {
"name": "Amazon Corretto \u003c11.0.26.4.1",
"product_id": "T040500"
}
},
{
"category": "product_version",
"name": "11.0.26.4.1",
"product": {
"name": "Amazon Corretto 11.0.26.4.1",
"product_id": "T040500-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:amazon:corretto:11.0.26.4.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.442.06.1",
"product": {
"name": "Amazon Corretto \u003c8.442.06.1",
"product_id": "T040501"
}
},
{
"category": "product_version",
"name": "8.442.06.1",
"product": {
"name": "Amazon Corretto 8.442.06.1",
"product_id": "T040501-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:amazon:corretto:8.442.06.1"
}
}
}
],
"category": "product_name",
"name": "Corretto"
},
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"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 Oceana",
"product": {
"name": "Avaya Oceana",
"product_id": "T016589",
"product_identification_helper": {
"cpe": "cpe:/a:avaya:oceana:-"
}
}
},
{
"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": [
{
"category": "product_name",
"name": "EMC NetWorker",
"product": {
"name": "EMC NetWorker",
"product_id": "3479",
"product_identification_helper": {
"cpe": "cpe:/a:emc:networker:-"
}
}
}
],
"category": "vendor",
"name": "EMC"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "F5 BIG-IP",
"product": {
"name": "F5 BIG-IP",
"product_id": "T001663",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c17.0.0",
"product": {
"name": "F5 BIG-IP \u003c17.0.0",
"product_id": "T023082"
}
},
{
"category": "product_version",
"name": "17.0.0",
"product": {
"name": "F5 BIG-IP 17.0.0",
"product_id": "T023082-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:17.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c15.1.8",
"product": {
"name": "F5 BIG-IP \u003c15.1.8",
"product_id": "T029402"
}
},
{
"category": "product_version",
"name": "15.1.8",
"product": {
"name": "F5 BIG-IP 15.1.8",
"product_id": "T029402-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:15.1.8"
}
}
},
{
"category": "product_version_range",
"name": "\u003c16.1.4",
"product": {
"name": "F5 BIG-IP \u003c16.1.4",
"product_id": "T029403"
}
},
{
"category": "product_version",
"name": "16.1.4",
"product": {
"name": "F5 BIG-IP 16.1.4",
"product_id": "T029403-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:16.1.4"
}
}
}
],
"category": "product_name",
"name": "BIG-IP"
}
],
"category": "vendor",
"name": "F5"
},
{
"branches": [
{
"category": "product_name",
"name": "HCL Domino",
"product": {
"name": "HCL Domino",
"product_id": "777623",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:domino:-"
}
}
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"category": "product_name",
"name": "Hitachi Network Attached Storage",
"product": {
"name": "Hitachi Network Attached Storage",
"product_id": "T011055",
"product_identification_helper": {
"cpe": "cpe:/h:hitachi:virtual_storage_platform:-"
}
}
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM FlashSystem",
"product": {
"name": "IBM FlashSystem",
"product_id": "T025159",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:flashsystem:-"
}
}
},
{
"category": "product_name",
"name": "IBM SAN Volume Controller",
"product": {
"name": "IBM SAN Volume Controller",
"product_id": "T002782",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:san_volume_controller:-"
}
}
},
{
"category": "product_name",
"name": "IBM Storwize",
"product": {
"name": "IBM Storwize",
"product_id": "T021621",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:storwize:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source CentOS",
"product": {
"name": "Open Source CentOS",
"product_id": "1727",
"product_identification_helper": {
"cpe": "cpe:/o:centos:centos:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Java SE",
"product": {
"name": "Oracle Java SE",
"product_id": "T009724",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:java_se:-"
}
}
},
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"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": "product_name",
"name": "Red Hat Fedora",
"product": {
"name": "Red Hat Fedora",
"product_id": "T007849",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:fedora:-"
}
}
}
],
"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-2019-18197",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2019-18197"
},
{
"cve": "CVE-2020-2754",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2754"
},
{
"cve": "CVE-2020-2755",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2755"
},
{
"cve": "CVE-2020-2756",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2756"
},
{
"cve": "CVE-2020-2757",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2757"
},
{
"cve": "CVE-2020-2764",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2764"
},
{
"cve": "CVE-2020-2767",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2767"
},
{
"cve": "CVE-2020-2773",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2773"
},
{
"cve": "CVE-2020-2778",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2778"
},
{
"cve": "CVE-2020-2781",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2781"
},
{
"cve": "CVE-2020-2800",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2800"
},
{
"cve": "CVE-2020-2803",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2803"
},
{
"cve": "CVE-2020-2805",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2805"
},
{
"cve": "CVE-2020-2816",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2816"
},
{
"cve": "CVE-2020-2830",
"product_status": {
"known_affected": [
"67646",
"T009724",
"T007849",
"T015127",
"T015126",
"T004914",
"3479",
"T001663",
"398363",
"T025159",
"T023082",
"T002782",
"T015518",
"T015516",
"T011055",
"T016589",
"T016243",
"T021621",
"2951",
"T002207",
"T000126",
"T040501",
"T040500",
"777623",
"T029403",
"1727",
"T029402"
]
},
"release_date": "2020-04-14T22:00:00.000+00:00",
"title": "CVE-2020-2830"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…