Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2017-1000405 (GCVE-0-2017-1000405)
Vulnerability from cvelistv5 – Published: 2017-11-30 22:00 – Updated: 2024-08-05 22:00- n/a
| URL | Tags |
|---|---|
| http://www.securityfocus.com/bid/102032 | vdb-entryx_refsource_BID |
| https://access.redhat.com/errata/RHSA-2018:0180 | vendor-advisoryx_refsource_REDHAT |
| https://medium.com/bindecy/huge-dirty-cow-cve-201… | x_refsource_MISC |
| https://source.android.com/security/bulletin/pixe… | x_refsource_CONFIRM |
| http://www.securitytracker.com/id/1040020 | vdb-entryx_refsource_SECTRACK |
| https://www.exploit-db.com/exploits/43199/ | exploitx_refsource_EXPLOIT-DB |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T22:00:40.830Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "102032",
"tags": [
"vdb-entry",
"x_refsource_BID",
"x_transferred"
],
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "RHSA-2018:0180",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"name": "1040020",
"tags": [
"vdb-entry",
"x_refsource_SECTRACK",
"x_transferred"
],
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "43199",
"tags": [
"exploit",
"x_refsource_EXPLOIT-DB",
"x_transferred"
],
"url": "https://www.exploit-db.com/exploits/43199/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"dateAssigned": "2017-11-22T00:00:00.000Z",
"datePublic": "2017-11-27T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2018-02-12T18:57:01.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"name": "102032",
"tags": [
"vdb-entry",
"x_refsource_BID"
],
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "RHSA-2018:0180",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"name": "1040020",
"tags": [
"vdb-entry",
"x_refsource_SECTRACK"
],
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "43199",
"tags": [
"exploit",
"x_refsource_EXPLOIT-DB"
],
"url": "https://www.exploit-db.com/exploits/43199/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"DATE_ASSIGNED": "2017-11-22",
"ID": "CVE-2017-1000405",
"REQUESTER": "contact@bindecy.com",
"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": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "102032",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "RHSA-2018:0180",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"name": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0",
"refsource": "MISC",
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"name": "https://source.android.com/security/bulletin/pixel/2018-02-01",
"refsource": "CONFIRM",
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"name": "1040020",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "43199",
"refsource": "EXPLOIT-DB",
"url": "https://www.exploit-db.com/exploits/43199/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2017-1000405",
"datePublished": "2017-11-30T22:00:00.000Z",
"dateReserved": "2017-11-29T00:00:00.000Z",
"dateUpdated": "2024-08-05T22:00:40.830Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2017-1000405",
"date": "2026-05-29",
"epss": "0.07275",
"percentile": "0.91773"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.2.87\", \"versionEndExcluding\": \"3.3\", \"matchCriteriaId\": \"EDF220AE-D4D3-4C0B-BFCA-4DDB897A81FA\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.10.106\", \"versionEndExcluding\": \"3.11\", \"matchCriteriaId\": \"37623D83-3245-418B-AA79-7FFB56124AAB\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.12.73\", \"versionEndExcluding\": \"3.13\", \"matchCriteriaId\": \"AB8D1C8F-5DE4-4255-B35E-85BEE71D518A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.16.42\", \"versionEndExcluding\": \"3.16.52\", \"matchCriteriaId\": \"6D8C2C4B-81CA-4D5D-9B18-6D93FC1B1B5B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.18.55\", \"versionEndExcluding\": \"3.18.86\", \"matchCriteriaId\": \"B38F58F2-22F3-41A2-B43D-FD9027FD2A7D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.1.41\", \"versionEndExcluding\": \"4.1.48\", \"matchCriteriaId\": \"871C0EA3-24B8-4D57-A72C-42F66AEED6D0\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.4.70\", \"versionEndExcluding\": \"4.4.104\", \"matchCriteriaId\": \"FCBEC938-9743-47A8-B536-D7B935A453A3\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.9.7\", \"versionEndExcluding\": \"4.9.67\", \"matchCriteriaId\": \"1D4E9DE9-EA55-48F6-88BB-DBF18E65D76A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.10\", \"versionEndExcluding\": \"4.14.4\", \"matchCriteriaId\": \"526A67F6-8D42-4C55-99BE-B68231777244\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \\\"Dirty cow\\\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.\"}, {\"lang\": \"es\", \"value\": \"El kernel de Linux desde la versi\\u00f3n 2.6.38 hasta la 4.14 presenta un uso problem\\u00e1tico de pmd_mkdirty() en la funci\\u00f3n touch_pmd() dentro de la implementaci\\u00f3n THP. Se puede llegar a touch_pmd() con get_user_pages(). En ese caso, el pmd se ensuciar\\u00eda. Este escenario rompe la nueva l\\u00f3gica de can_follow_write_pmd(). pmd puede contaminarse sin pasar por un ciclo COW. Este fallo no es tan severo como el error original \\\"Dirty COW\\\" porque un archivo ext4 (o cualquier otro archivo normal) no puede ser mapeado usando THP. Sin embargo, permite sobrescribir huge pages de solo lectura. Por ejemplo, los archivos shmem sellados y huge pages con ceros pueden sobrescribirse (ya que se pueden mapear con THP). Tenga en cuenta que despu\\u00e9s del primer error de escritura de p\\u00e1gina en la p\\u00e1gina con cero, se reemplazar\\u00e1 por un nuevo thp (y con ceros).\"}]",
"id": "CVE-2017-1000405",
"lastModified": "2024-11-21T03:04:39.573",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.0, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.0, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:L/AC:M/Au:N/C:C/I:C/A:C\", \"baseScore\": 6.9, \"accessVector\": \"LOCAL\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"COMPLETE\", \"integrityImpact\": \"COMPLETE\", \"availabilityImpact\": \"COMPLETE\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 3.4, \"impactScore\": 10.0, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2017-11-30T22:29:00.217",
"references": "[{\"url\": \"http://www.securityfocus.com/bid/102032\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"http://www.securitytracker.com/id/1040020\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:0180\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Third Party Advisory\"]}, {\"url\": \"https://source.android.com/security/bulletin/pixel/2018-02-01\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.exploit-db.com/exploits/43199/\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"http://www.securityfocus.com/bid/102032\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"http://www.securitytracker.com/id/1040020\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:0180\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Third Party Advisory\"]}, {\"url\": \"https://source.android.com/security/bulletin/pixel/2018-02-01\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.exploit-db.com/exploits/43199/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Third Party Advisory\", \"VDB Entry\"]}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-362\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2017-1000405\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2017-11-30T22:29:00.217\",\"lastModified\":\"2026-05-13T00:24:29.033\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \\\"Dirty cow\\\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.\"},{\"lang\":\"es\",\"value\":\"El kernel de Linux desde la versi\u00f3n 2.6.38 hasta la 4.14 presenta un uso problem\u00e1tico de pmd_mkdirty() en la funci\u00f3n touch_pmd() dentro de la implementaci\u00f3n THP. Se puede llegar a touch_pmd() con get_user_pages(). En ese caso, el pmd se ensuciar\u00eda. Este escenario rompe la nueva l\u00f3gica de can_follow_write_pmd(). pmd puede contaminarse sin pasar por un ciclo COW. Este fallo no es tan severo como el error original \\\"Dirty COW\\\" porque un archivo ext4 (o cualquier otro archivo normal) no puede ser mapeado usando THP. Sin embargo, permite sobrescribir huge pages de solo lectura. Por ejemplo, los archivos shmem sellados y huge pages con ceros pueden sobrescribirse (ya que se pueden mapear con THP). Tenga en cuenta que despu\u00e9s del primer error de escritura de p\u00e1gina en la p\u00e1gina con cero, se reemplazar\u00e1 por un nuevo thp (y con ceros).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:M/Au:N/C:C/I:C/A:C\",\"baseScore\":6.9,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":3.4,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.2.87\",\"versionEndExcluding\":\"3.3\",\"matchCriteriaId\":\"EDF220AE-D4D3-4C0B-BFCA-4DDB897A81FA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.10.106\",\"versionEndExcluding\":\"3.11\",\"matchCriteriaId\":\"37623D83-3245-418B-AA79-7FFB56124AAB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.12.73\",\"versionEndExcluding\":\"3.13\",\"matchCriteriaId\":\"AB8D1C8F-5DE4-4255-B35E-85BEE71D518A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.16.42\",\"versionEndExcluding\":\"3.16.52\",\"matchCriteriaId\":\"6D8C2C4B-81CA-4D5D-9B18-6D93FC1B1B5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.18.55\",\"versionEndExcluding\":\"3.18.86\",\"matchCriteriaId\":\"B38F58F2-22F3-41A2-B43D-FD9027FD2A7D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.1.41\",\"versionEndExcluding\":\"4.1.48\",\"matchCriteriaId\":\"871C0EA3-24B8-4D57-A72C-42F66AEED6D0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.4.70\",\"versionEndExcluding\":\"4.4.104\",\"matchCriteriaId\":\"FCBEC938-9743-47A8-B536-D7B935A453A3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.9.7\",\"versionEndExcluding\":\"4.9.67\",\"matchCriteriaId\":\"1D4E9DE9-EA55-48F6-88BB-DBF18E65D76A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.10\",\"versionEndExcluding\":\"4.14.4\",\"matchCriteriaId\":\"526A67F6-8D42-4C55-99BE-B68231777244\"}]}]}],\"references\":[{\"url\":\"http://www.securityfocus.com/bid/102032\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1040020\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:0180\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://source.android.com/security/bulletin/pixel/2018-02-01\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.exploit-db.com/exploits/43199/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securityfocus.com/bid/102032\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1040020\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:0180\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://source.android.com/security/bulletin/pixel/2018-02-01\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.exploit-db.com/exploits/43199/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]}]}}"
}
}
CERTFR-2017-AVI-474
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE . Elles permettent à un attaquant de provoquer un déni de service, un déni de service à distance, une atteinte à l'intégrité des données et une élévation de privilèges.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server pour SAP 12-SP1 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12-LTSS | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 12 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 12-SP3 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12-SP1-LTSS |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise Server pour SAP 12-SP1",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP3",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12-SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2017-15649",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15649"
},
{
"name": "CVE-2017-10661",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10661"
},
{
"name": "CVE-2017-16939",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16939"
},
{
"name": "CVE-2017-1000405",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000405"
}
],
"links": [
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173321-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173321-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173315-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173315-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173312-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173312-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173322-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173322-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173320-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173320-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173314-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173314-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173303-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173303-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173318-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173318-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173319-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173319-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173323-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173323-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173313-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173313-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173324-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173324-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173317-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173317-1/"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173316-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173316-1/"
}
],
"reference": "CERTFR-2017-AVI-474",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2017-12-15T00:00:00.000000"
},
{
"description": "Ajout de bulletins",
"revision_date": "2017-12-18T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de\nSUSE . Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service,\nun d\u00e9ni de service \u00e0 distance, une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es et\nune \u00e9l\u00e9vation de privil\u00e8ges.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173286-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173286-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173290-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173290-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173338-1 du 15 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173338-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173284-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173284-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173293-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173293-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173288-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173288-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173306-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173306-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173305-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173305-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173291-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173291-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173285-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173285-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173295-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173295-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173309-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173309-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173289-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173289-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173308-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173308-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173307-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173307-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173301-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173301-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173304-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173304-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173300-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173300-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173337-1 du 15 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173337-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173340-1 du 15 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173340-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173302-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173302-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173332-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173332-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173296-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173296-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173299-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173299-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173292-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173292-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173297-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173297-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173287-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173287-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173310-1 du 14 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173310-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20173336-1 du 15 d\u00e9cembre 2017",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173336-1/"
}
]
}
CERTFR-2018-AVI-056
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service, une atteinte à l'intégrité des données et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time Extension 12-SP2 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise Real Time Extension 12-SP2",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2017-1000410",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000410"
},
{
"name": "CVE-2017-16646",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16646"
},
{
"name": "CVE-2017-7482",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7482"
},
{
"name": "CVE-2017-16939",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16939"
},
{
"name": "CVE-2017-1000405",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000405"
},
{
"name": "CVE-2017-16536",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16536"
},
{
"name": "CVE-2017-17806",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17806"
},
{
"name": "CVE-2017-17805",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17805"
},
{
"name": "CVE-2017-15115",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15115"
},
{
"name": "CVE-2017-16528",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16528"
},
{
"name": "CVE-2017-16994",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16994"
},
{
"name": "CVE-2017-5754",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-5754"
},
{
"name": "CVE-2017-11600",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11600"
},
{
"name": "CVE-2017-5753",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-5753"
},
{
"name": "CVE-2017-16537",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16537"
},
{
"name": "CVE-2017-17450",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17450"
},
{
"name": "CVE-2017-17449",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17449"
},
{
"name": "CVE-2017-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16645"
},
{
"name": "CVE-2017-17448",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17448"
},
{
"name": "CVE-2017-5715",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-5715"
},
{
"name": "CVE-2017-12193",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12193"
},
{
"name": "CVE-2017-8824",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8824"
}
],
"links": [],
"reference": "CERTFR-2018-AVI-056",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2018-01-26T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de\nSUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un\nd\u00e9ni de service, une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es et une atteinte\n\u00e0 la confidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2018:0213-1 du 25 janvier 2018",
"url": "https://www.suse.com/support/update/announcement/2018/suse-su-20180213-1/"
}
]
}
CERTFR-2020-AVI-764
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, un déni de service et une atteinte à l'intégrité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12-SP2-LTSS | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12-SP3-LTSS | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 12-SP5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP 12-SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Module for Live Patching 15-SP1 | ||
| SUSE | N/A | SUSE Linux Enterprise Module for Live Patching 15 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP 12-SP2 | ||
| SUSE | N/A | SUSE Linux Enterprise Module for Live Patching 15-SP2 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 12-SP4 |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise Server 12-SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12-SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP5",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP 12-SP3",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Module for Live Patching 15-SP1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Module for Live Patching 15",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP 12-SP2",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Module for Live Patching 15-SP2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP4",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2020-12351",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12351"
},
{
"name": "CVE-2017-1000405",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000405"
},
{
"name": "CVE-2020-0430",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0430"
},
{
"name": "CVE-2020-24490",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24490"
},
{
"name": "CVE-2020-25645",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25645"
}
],
"links": [],
"reference": "CERTFR-2020-AVI-764",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2020-11-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de\nSUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un\nprobl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, un d\u00e9ni de service et\nune atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20203400-1 du 19 novembre 2020",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203400-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20203433-1 du 19 novembre 2020",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203433-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20203402-1 du 19 novembre 2020",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203402-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20203441-1 du 19 novembre 2020",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203441-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20203449-1 du 19 novembre 2020",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203449-1/"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SUSE suse-su-20203389-1 du 19 novembre 2020",
"url": "https://www.suse.com/support/update/announcement/2020/suse-su-20203389-1/"
}
]
}
目前厂商已发布升级补丁以修复漏洞,补丁获取链接: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a8f97366452ed491d13cf1e44241bc0b5740b1f0
| Name | Linux kernel >=2.6.38,<=4.14 |
|---|
{
"bids": {
"bid": {
"bidNumber": "102032"
}
},
"cves": {
"cve": {
"cveNumber": "CVE-2017-1000405"
}
},
"description": "Linux kernel\u662f\u7f8e\u56fdLinux\u57fa\u91d1\u4f1a\u53d1\u5e03\u7684\u5f00\u6e90\u64cd\u4f5c\u7cfb\u7edfLinux\u6240\u4f7f\u7528\u7684\u5185\u6838\u3002\r\n\r\nLinux Kernel 2.6.38\u7248\u672c\u81f34.14\u7248\u672c\u4e2d\u7684THP\u5b9e\u73b0\u7684\u2018touch_pmd()\u2019\u51fd\u6570\u5b58\u5728\u672c\u5730\u7ade\u4e89\u6761\u4ef6\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8e\u7a0b\u5e8f\u672a\u80fd\u6b63\u786e\u7684\u4f7f\u7528\u2018pmd_mkdirty()\u2019\u51fd\u6570\u3002\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u8986\u76d6\u53ea\u8bfb\u6743\u9650\u7684\u5927\u9875\u3002",
"discovererName": "Eylon Ben Yaakov and Daniel Shapiro.",
"formalWay": "\u76ee\u524d\u5382\u5546\u5df2\u53d1\u5e03\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u6f0f\u6d1e\uff0c\u8865\u4e01\u83b7\u53d6\u94fe\u63a5\uff1a\r\nhttps://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a8f97366452ed491d13cf1e44241bc0b5740b1f0",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2017-36468",
"openTime": "2017-12-07",
"patchDescription": "Linux kernel\u662f\u7f8e\u56fdLinux\u57fa\u91d1\u4f1a\u53d1\u5e03\u7684\u5f00\u6e90\u64cd\u4f5c\u7cfb\u7edfLinux\u6240\u4f7f\u7528\u7684\u5185\u6838\u3002\r\n\r\nLinux Kernel 2.6.38\u7248\u672c\u81f34.14\u7248\u672c\u4e2d\u7684THP\u5b9e\u73b0\u7684\u2018touch_pmd()\u2019\u51fd\u6570\u5b58\u5728\u672c\u5730\u7ade\u4e89\u6761\u4ef6\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8e\u7a0b\u5e8f\u672a\u80fd\u6b63\u786e\u7684\u4f7f\u7528\u2018pmd_mkdirty()\u2019\u51fd\u6570\u3002\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u8986\u76d6\u53ea\u8bfb\u6743\u9650\u7684\u5927\u9875\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "Linux Kernel\u672c\u5730\u7ade\u4e89\u6761\u4ef6\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": "Linux kernel \u003e=2.6.38\uff0c\u003c=4.14"
},
"referenceLink": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0",
"serverity": "\u4f4e",
"submitTime": "2017-12-04",
"title": "Linux Kernel\u672c\u5730\u7ade\u4e89\u6761\u4ef6\u6f0f\u6d1e"
}
FKIE_CVE-2017-1000405
Vulnerability from fkie_nvd - Published: 2017-11-30 22:29 - Updated: 2026-05-13 00:24| URL | Tags | ||
|---|---|---|---|
| cve@mitre.org | http://www.securityfocus.com/bid/102032 | Third Party Advisory, VDB Entry | |
| cve@mitre.org | http://www.securitytracker.com/id/1040020 | Third Party Advisory, VDB Entry | |
| cve@mitre.org | https://access.redhat.com/errata/RHSA-2018:0180 | Third Party Advisory | |
| cve@mitre.org | https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0 | Exploit, Issue Tracking, Third Party Advisory | |
| cve@mitre.org | https://source.android.com/security/bulletin/pixel/2018-02-01 | Third Party Advisory | |
| cve@mitre.org | https://www.exploit-db.com/exploits/43199/ | Exploit, Issue Tracking, Third Party Advisory, VDB Entry | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.securityfocus.com/bid/102032 | Third Party Advisory, VDB Entry | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.securitytracker.com/id/1040020 | Third Party Advisory, VDB Entry | |
| af854a3a-2127-422b-91ae-364da2661108 | https://access.redhat.com/errata/RHSA-2018:0180 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0 | Exploit, Issue Tracking, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://source.android.com/security/bulletin/pixel/2018-02-01 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://www.exploit-db.com/exploits/43199/ | Exploit, Issue Tracking, Third Party Advisory, VDB Entry |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "EDF220AE-D4D3-4C0B-BFCA-4DDB897A81FA",
"versionEndExcluding": "3.3",
"versionStartIncluding": "3.2.87",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "37623D83-3245-418B-AA79-7FFB56124AAB",
"versionEndExcluding": "3.11",
"versionStartIncluding": "3.10.106",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AB8D1C8F-5DE4-4255-B35E-85BEE71D518A",
"versionEndExcluding": "3.13",
"versionStartIncluding": "3.12.73",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "6D8C2C4B-81CA-4D5D-9B18-6D93FC1B1B5B",
"versionEndExcluding": "3.16.52",
"versionStartIncluding": "3.16.42",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "B38F58F2-22F3-41A2-B43D-FD9027FD2A7D",
"versionEndExcluding": "3.18.86",
"versionStartIncluding": "3.18.55",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "871C0EA3-24B8-4D57-A72C-42F66AEED6D0",
"versionEndExcluding": "4.1.48",
"versionStartIncluding": "4.1.41",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FCBEC938-9743-47A8-B536-D7B935A453A3",
"versionEndExcluding": "4.4.104",
"versionStartIncluding": "4.4.70",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1D4E9DE9-EA55-48F6-88BB-DBF18E65D76A",
"versionEndExcluding": "4.9.67",
"versionStartIncluding": "4.9.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "526A67F6-8D42-4C55-99BE-B68231777244",
"versionEndExcluding": "4.14.4",
"versionStartIncluding": "4.10",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp."
},
{
"lang": "es",
"value": "El kernel de Linux desde la versi\u00f3n 2.6.38 hasta la 4.14 presenta un uso problem\u00e1tico de pmd_mkdirty() en la funci\u00f3n touch_pmd() dentro de la implementaci\u00f3n THP. Se puede llegar a touch_pmd() con get_user_pages(). En ese caso, el pmd se ensuciar\u00eda. Este escenario rompe la nueva l\u00f3gica de can_follow_write_pmd(). pmd puede contaminarse sin pasar por un ciclo COW. Este fallo no es tan severo como el error original \"Dirty COW\" porque un archivo ext4 (o cualquier otro archivo normal) no puede ser mapeado usando THP. Sin embargo, permite sobrescribir huge pages de solo lectura. Por ejemplo, los archivos shmem sellados y huge pages con ceros pueden sobrescribirse (ya que se pueden mapear con THP). Tenga en cuenta que despu\u00e9s del primer error de escritura de p\u00e1gina en la p\u00e1gina con cero, se reemplazar\u00e1 por un nuevo thp (y con ceros)."
}
],
"id": "CVE-2017-1000405",
"lastModified": "2026-05-13T00:24:29.033",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 6.9,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 3.4,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2017-11-30T22:29:00.217",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securityfocus.com/bid/102032"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securitytracker.com/id/1040020"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory",
"VDB Entry"
],
"url": "https://www.exploit-db.com/exploits/43199/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securityfocus.com/bid/102032"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securitytracker.com/id/1040020"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory",
"VDB Entry"
],
"url": "https://www.exploit-db.com/exploits/43199/"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-362"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-C6VH-7MWQ-C4GC
Vulnerability from github – Published: 2022-05-14 03:45 – Updated: 2025-04-20 03:49The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()'s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original "Dirty cow" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.
{
"affected": [],
"aliases": [
"CVE-2017-1000405"
],
"database_specific": {
"cwe_ids": [
"CWE-362"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2017-11-30T22:29:00Z",
"severity": "HIGH"
},
"details": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.",
"id": "GHSA-c6vh-7mwq-c4gc",
"modified": "2025-04-20T03:49:18Z",
"published": "2022-05-14T03:45:21Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000405"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"type": "WEB",
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"type": "WEB",
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"type": "WEB",
"url": "https://www.exploit-db.com/exploits/43199"
},
{
"type": "WEB",
"url": "http://www.securityfocus.com/bid/102032"
},
{
"type": "WEB",
"url": "http://www.securitytracker.com/id/1040020"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
GSD-2017-1000405
Vulnerability from gsd - Updated: 2023-12-13 01:21{
"GSD": {
"alias": "CVE-2017-1000405",
"description": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.",
"id": "GSD-2017-1000405",
"references": [
"https://www.suse.com/security/cve/CVE-2017-1000405.html",
"https://access.redhat.com/errata/RHSA-2018:0180",
"https://ubuntu.com/security/CVE-2017-1000405",
"https://alas.aws.amazon.com/cve/html/CVE-2017-1000405.html",
"https://linux.oracle.com/cve/CVE-2017-1000405.html",
"https://packetstormsecurity.com/files/cve/CVE-2017-1000405"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2017-1000405"
],
"details": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.",
"id": "GSD-2017-1000405",
"modified": "2023-12-13T01:21:02.354922Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"DATE_ASSIGNED": "2017-11-22",
"ID": "CVE-2017-1000405",
"REQUESTER": "contact@bindecy.com",
"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": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "102032",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "RHSA-2018:0180",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"name": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0",
"refsource": "MISC",
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"name": "https://source.android.com/security/bulletin/pixel/2018-02-01",
"refsource": "CONFIRM",
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
},
{
"name": "1040020",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "43199",
"refsource": "EXPLOIT-DB",
"url": "https://www.exploit-db.com/exploits/43199/"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "4.14.4",
"versionStartIncluding": "4.10",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "3.3",
"versionStartIncluding": "3.2.87",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "3.11",
"versionStartIncluding": "3.10.106",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "3.13",
"versionStartIncluding": "3.12.73",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "3.16.52",
"versionStartIncluding": "3.16.42",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "3.18.86",
"versionStartIncluding": "3.18.55",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "4.1.48",
"versionStartIncluding": "4.1.41",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "4.4.104",
"versionStartIncluding": "4.4.70",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "4.9.67",
"versionStartIncluding": "4.9.7",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2017-1000405"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-362"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0",
"refsource": "MISC",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0"
},
{
"name": "43199",
"refsource": "EXPLOIT-DB",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory",
"VDB Entry"
],
"url": "https://www.exploit-db.com/exploits/43199/"
},
{
"name": "102032",
"refsource": "BID",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securityfocus.com/bid/102032"
},
{
"name": "1040020",
"refsource": "SECTRACK",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securitytracker.com/id/1040020"
},
{
"name": "RHSA-2018:0180",
"refsource": "REDHAT",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"name": "https://source.android.com/security/bulletin/pixel/2018-02-01",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://source.android.com/security/bulletin/pixel/2018-02-01"
}
]
}
},
"impact": {
"baseMetricV2": {
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 6.9,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 3.4,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 5.9
}
},
"lastModifiedDate": "2023-06-26T16:55Z",
"publishedDate": "2017-11-30T22:29Z"
}
}
}
RHSA-2018:0180
Vulnerability from csaf_redhat - Published: 2018-01-25 11:02 - Updated: 2026-05-13 01:41A flaw was found in the patches used to fix the 'dirtycow' vulnerability (CVE-2016-5195). An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2018:0180 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1516514 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2017-1000405 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1516514 | external |
| https://www.cve.org/CVERecord?id=CVE-2017-1000405 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2017-1000405 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-alt is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel-alt packages provide the Linux kernel version 4.x.\n\nSecurity Fix(es):\n\n* A flaw was found in the patches used to fix the \u0027dirtycow\u0027 vulnerability (CVE-2016-5195). An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages. (CVE-2017-1000405)\n\nRed Hat would like to thank Eylon Ben Yaakov and Daniel Shapiro for reporting this issue.\n\nBug Fix(es):\n\n* Previously, Red Hat Enterprise Linux 7.4 with the kernel version provided by the kernel-alt package, did not support turning off transactional memory (TM) on the POWER9 systems. With this update it is now possible to turn off TM on the POWER9 systems. (BZ#1509974)\n\n* Due to a bug in the ixgbe and i40e drivers, the socket buffer list (skb list) in some cases got corrupted when running Red Hat Enterprise Linux 7.4 with the kernel version provided by the kernel-alt package on the POWER9 systems. Consequently, a kernel panic occurred. This update fixes ixgbe and i40e, and the kernel no longer panics due to this behavior. (BZ#1518412)\n\n* Users can lower the max_sectors_kb setting in the sysfs file system to accommodate certain workloads. Previously, users needed to set the maximum I/O size to either the block layer default or the optional preferred I/O size reported by the device. This update fixes the scsi driver to keep the current heuristic function for the initial setting of max_sectors_kb. As a result, for subsequent invocations, the driver now only updates the current queue limit if it exceeds the capabilities of the hardware. (BZ#1518432)\n\n* When performing full-bootme tests on Boston ESS systems running Red Hat Enterprise Linux 7.4 with the kernel version provided in the kernel-alt package, a kernel panic occurred and the operating system dropped into the XMON software. This update fixes the Multi-Queue Block IO Queueing Mechanism (blk-mq), and the kernel no longer panics in these circumstances. (BZ#1518433)\n\n* When running the stress test on the file system with the gssstress command, and pulling one disk from one recovery group, \"kernel I/O error\" was reported, and gssstress became unresponsive. Gssstress now works as expected under the described circumstances. (BZ#1522645)\n\n* When using the fwupdate_xl710 utility to apply updates for NVM Intel Ethernet Converged Network Adapter XL710 on machines running Red Hat Enterpise Linux 7.4 with the kernel version provided in the kernel-alt package, a deadlock sometimes occurred when the i40e driver was acquiring access to the Non-Volatile Memory (NVM) of the device. Consequently, NVM acquire timeouts occurred, the firmware update failed with the following error message: \"Failed Acquiring NVM resource for read err=-53 status=0xa\", and left the device\u0027s memory in a corrupted state. This update fixes the i40e driver, and the firmware updates no longer fail due to this behavior. (BZ#1522843)\n\n* Previously, on POWER9 systems with more than 100 Pstates, the cpufreq driver did not handle the cases when the NxN matrix denominated transition table (trans_table) overflowed beyond the PAGE_SIZE boundary correctly. Consequently, reading trans_table for any of the CPUs failed with the following error:\n\n\"fill_read_buffer: show+0x0/0xa0 returned bad count\"\n\nWith this update reading trans_table for any of the CPUs now proceeds as expected under the described circumstances. (BZ#1522844)\n\n* Previously, the /sys/firmware/opal/exports directory did not contain an export node. Consequently, a range of memory in the Open Power Abstraction Layer (OPAL) that the operating system attempted to export to user space for debugging purposes was not available. With this update the sysfs file under /sys/firmware/opal/exports is now available for each property found there, and this file can be used for debugging purposes. (BZ#1522845)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2018:0180",
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1516514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516514"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_0180.json"
}
],
"title": "Red Hat Security Advisory: kernel-alt security and bug fix update",
"tracking": {
"current_release_date": "2026-05-13T01:41:38+00:00",
"generator": {
"date": "2026-05-13T01:41:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"id": "RHSA-2018:0180",
"initial_release_date": "2018-01-25T11:02:47+00:00",
"revision_history": [
{
"date": "2018-01-25T11:02:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2018-01-25T11:02:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-13T01:41:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"product": {
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"product_id": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.11.0-44.4.1.el7a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"product": {
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"product_id": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@4.11.0-44.4.1.el7a?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"product": {
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"product_id": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-alt@4.11.0-44.4.1.el7a?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src"
},
"product_reference": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src"
},
"product_reference": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Daniel Shapiro",
"Eylon Ben Yaakov"
]
}
],
"cve": "CVE-2017-1000405",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2017-11-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1516514"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the patches used to fix the \u0027dirtycow\u0027 vulnerability (CVE-2016-5195). An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: pmd can become dirty without going through a COW cycle",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "From the initial flaw description released, this issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2. They do not contain the upstream commit (8310d48b125d19fcd9521d83b8293e63eb1646aa) which allows the race condition.\n\nThis issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 7 for ARM and Red Hat Enterprise Linux for Power LE.\n\nFuture Linux kernel updates for the respective releases may address this issue.\n\nFor further information please refer to the vulnerability article in the Customer Portal: https://access.redhat.com/security/vulnerabilities/3253921",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-1000405"
},
{
"category": "external",
"summary": "RHBZ#1516514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516514"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000405",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000405"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000405",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000405"
}
],
"release_date": "2017-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-01-25T11:02:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"category": "workaround",
"details": "Disabling the use of zero page:\n\n\nIt is possible to prevent the zero page from being mapped as a huge page, by modifying a configuration tunable in the /sys directory as shown below. This prevents the flaw from being exercised in this method.\n\n# echo 0 \u003e /sys/kernel/mm/transparent_hugepage/use_zero_page\n\n\nDisabling huge pages:\n\nIt is possible to mitigate this flaw by disabling hugepages on a system. Some user applications may require hugepages to be performant, and may suffer a performance penalty when running without hugepages.\n\nRed Hat has existing solutions created instructing how to disable transparent\n\nHow to disable transparent hugepages (THP) on Red Hat Enterprise Linux 7\nhttps://access.redhat.com/solutions/1320153\n\nIf your application may require transparent huge pages, please consult your software vendor to confirm.",
"product_ids": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: pmd can become dirty without going through a COW cycle"
}
]
}
RHSA-2018_0180
Vulnerability from csaf_redhat - Published: 2018-01-25 11:02 - Updated: 2024-11-22 11:40A flaw was found in the patches used to fix the 'dirtycow' vulnerability (CVE-2016-5195). An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2018:0180 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1516514 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2017-1000405 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1516514 | external |
| https://www.cve.org/CVERecord?id=CVE-2017-1000405 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2017-1000405 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-alt is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel-alt packages provide the Linux kernel version 4.x.\n\nSecurity Fix(es):\n\n* A flaw was found in the patches used to fix the \u0027dirtycow\u0027 vulnerability (CVE-2016-5195). An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages. (CVE-2017-1000405)\n\nRed Hat would like to thank Eylon Ben Yaakov and Daniel Shapiro for reporting this issue.\n\nBug Fix(es):\n\n* Previously, Red Hat Enterprise Linux 7.4 with the kernel version provided by the kernel-alt package, did not support turning off transactional memory (TM) on the POWER9 systems. With this update it is now possible to turn off TM on the POWER9 systems. (BZ#1509974)\n\n* Due to a bug in the ixgbe and i40e drivers, the socket buffer list (skb list) in some cases got corrupted when running Red Hat Enterprise Linux 7.4 with the kernel version provided by the kernel-alt package on the POWER9 systems. Consequently, a kernel panic occurred. This update fixes ixgbe and i40e, and the kernel no longer panics due to this behavior. (BZ#1518412)\n\n* Users can lower the max_sectors_kb setting in the sysfs file system to accommodate certain workloads. Previously, users needed to set the maximum I/O size to either the block layer default or the optional preferred I/O size reported by the device. This update fixes the scsi driver to keep the current heuristic function for the initial setting of max_sectors_kb. As a result, for subsequent invocations, the driver now only updates the current queue limit if it exceeds the capabilities of the hardware. (BZ#1518432)\n\n* When performing full-bootme tests on Boston ESS systems running Red Hat Enterprise Linux 7.4 with the kernel version provided in the kernel-alt package, a kernel panic occurred and the operating system dropped into the XMON software. This update fixes the Multi-Queue Block IO Queueing Mechanism (blk-mq), and the kernel no longer panics in these circumstances. (BZ#1518433)\n\n* When running the stress test on the file system with the gssstress command, and pulling one disk from one recovery group, \"kernel I/O error\" was reported, and gssstress became unresponsive. Gssstress now works as expected under the described circumstances. (BZ#1522645)\n\n* When using the fwupdate_xl710 utility to apply updates for NVM Intel Ethernet Converged Network Adapter XL710 on machines running Red Hat Enterpise Linux 7.4 with the kernel version provided in the kernel-alt package, a deadlock sometimes occurred when the i40e driver was acquiring access to the Non-Volatile Memory (NVM) of the device. Consequently, NVM acquire timeouts occurred, the firmware update failed with the following error message: \"Failed Acquiring NVM resource for read err=-53 status=0xa\", and left the device\u0027s memory in a corrupted state. This update fixes the i40e driver, and the firmware updates no longer fail due to this behavior. (BZ#1522843)\n\n* Previously, on POWER9 systems with more than 100 Pstates, the cpufreq driver did not handle the cases when the NxN matrix denominated transition table (trans_table) overflowed beyond the PAGE_SIZE boundary correctly. Consequently, reading trans_table for any of the CPUs failed with the following error:\n\n\"fill_read_buffer: show+0x0/0xa0 returned bad count\"\n\nWith this update reading trans_table for any of the CPUs now proceeds as expected under the described circumstances. (BZ#1522844)\n\n* Previously, the /sys/firmware/opal/exports directory did not contain an export node. Consequently, a range of memory in the Open Power Abstraction Layer (OPAL) that the operating system attempted to export to user space for debugging purposes was not available. With this update the sysfs file under /sys/firmware/opal/exports is now available for each property found there, and this file can be used for debugging purposes. (BZ#1522845)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2018:0180",
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1516514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516514"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_0180.json"
}
],
"title": "Red Hat Security Advisory: kernel-alt security and bug fix update",
"tracking": {
"current_release_date": "2024-11-22T11:40:37+00:00",
"generator": {
"date": "2024-11-22T11:40:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2018:0180",
"initial_release_date": "2018-01-25T11:02:47+00:00",
"revision_history": [
{
"date": "2018-01-25T11:02:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2018-01-25T11:02:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T11:40:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"product": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"product_id": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.11.0-44.4.1.el7a?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"product": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"product_id": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.11.0-44.4.1.el7a?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"product": {
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"product_id": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.11.0-44.4.1.el7a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"product": {
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"product_id": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@4.11.0-44.4.1.el7a?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"product": {
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"product_id": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-alt@4.11.0-44.4.1.el7a?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src"
},
"product_reference": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)",
"product_id": "7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-alt-0:4.11.0-44.4.1.el7a.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src"
},
"product_reference": "kernel-alt-0:4.11.0-44.4.1.el7a.src",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch"
},
"product_reference": "kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)",
"product_id": "7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.4"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Daniel Shapiro",
"Eylon Ben Yaakov"
]
}
],
"cve": "CVE-2017-1000405",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2017-11-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1516514"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the patches used to fix the \u0027dirtycow\u0027 vulnerability (CVE-2016-5195). An attacker, able to run local code, can exploit a race condition in transparent huge pages to modify usually read-only huge pages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: pmd can become dirty without going through a COW cycle",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "From the initial flaw description released, this issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2. They do not contain the upstream commit (8310d48b125d19fcd9521d83b8293e63eb1646aa) which allows the race condition.\n\nThis issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 7 for ARM and Red Hat Enterprise Linux for Power LE.\n\nFuture Linux kernel updates for the respective releases may address this issue.\n\nFor further information please refer to the vulnerability article in the Customer Portal: https://access.redhat.com/security/vulnerabilities/3253921",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-1000405"
},
{
"category": "external",
"summary": "RHBZ#1516514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516514"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000405",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000405"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000405",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000405"
}
],
"release_date": "2017-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-01-25T11:02:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2018:0180"
},
{
"category": "workaround",
"details": "Disabling the use of zero page:\n\n\nIt is possible to prevent the zero page from being mapped as a huge page, by modifying a configuration tunable in the /sys directory as shown below. This prevents the flaw from being exercised in this method.\n\n# echo 0 \u003e /sys/kernel/mm/transparent_hugepage/use_zero_page\n\n\nDisabling huge pages:\n\nIt is possible to mitigate this flaw by disabling hugepages on a system. Some user applications may require hugepages to be performant, and may suffer a performance penalty when running without hugepages.\n\nRed Hat has existing solutions created instructing how to disable transparent\n\nHow to disable transparent hugepages (THP) on Red Hat Enterprise Linux 7\nhttps://access.redhat.com/solutions/1320153\n\nIf your application may require transparent huge pages, please consult your software vendor to confirm.",
"product_ids": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.0"
},
"products": [
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-abi-whitelists-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-alt-0:4.11.0-44.4.1.el7a.src",
"7Server-optional-RHELALT-7.4:kernel-bootwrapper-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debug-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-aarch64-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-debuginfo-common-ppc64le-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-doc-0:4.11.0-44.4.1.el7a.noarch",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-headers-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:kernel-tools-libs-devel-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-0:4.11.0-44.4.1.el7a.ppc64le",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.aarch64",
"7Server-optional-RHELALT-7.4:python-perf-debuginfo-0:4.11.0-44.4.1.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: pmd can become dirty without going through a COW cycle"
}
]
}
SUSE-SU-2017:3210-1
Vulnerability from csaf_suse - Published: 2017-12-04 10:40 - Updated: 2017-12-04 10:40| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/s… | self |
| https://www.suse.com/support/update/announcement/… | self |
| https://lists.suse.com/pipermail/sle-security-upd… | self |
| https://bugzilla.suse.com/1047626 | self |
| https://bugzilla.suse.com/1059465 | self |
| https://bugzilla.suse.com/1066471 | self |
| https://bugzilla.suse.com/1066472 | self |
| https://bugzilla.suse.com/1069496 | self |
| https://bugzilla.suse.com/860993 | self |
| https://bugzilla.suse.com/975788 | self |
| https://www.suse.com/security/cve/CVE-2014-0038/ | self |
| https://www.suse.com/security/cve/CVE-2017-1000405/ | self |
| https://www.suse.com/security/cve/CVE-2017-12193/ | self |
| https://www.suse.com/security/cve/CVE-2017-15102/ | self |
| https://www.suse.com/security/cve/CVE-2017-16525/ | self |
| https://www.suse.com/security/cve/CVE-2017-16527/ | self |
| https://www.suse.com/security/cve/CVE-2017-16529/ | self |
| https://www.suse.com/security/cve/CVE-2017-16531/ | self |
| https://www.suse.com/security/cve/CVE-2017-16535/ | self |
| https://www.suse.com/security/cve/CVE-2017-16536/ | self |
| https://www.suse.com/security/cve/CVE-2017-16537/ | self |
| https://www.suse.com/security/cve/CVE-2017-16649/ | self |
| https://www.suse.com/security/cve/CVE-2017-16650/ | self |
| https://www.suse.com/security/cve/CVE-2017-16939/ | self |
| https://www.suse.com/security/cve/CVE-2014-0038 | external |
| https://bugzilla.suse.com/860993 | external |
| https://www.suse.com/security/cve/CVE-2017-1000405 | external |
| https://bugzilla.suse.com/1069496 | external |
| https://bugzilla.suse.com/1070307 | external |
| https://www.suse.com/security/cve/CVE-2017-12193 | external |
| https://bugzilla.suse.com/1066192 | external |
| https://www.suse.com/security/cve/CVE-2017-15102 | external |
| https://bugzilla.suse.com/1066705 | external |
| https://www.suse.com/security/cve/CVE-2017-16525 | external |
| https://bugzilla.suse.com/1066618 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16527 | external |
| https://bugzilla.suse.com/1066625 | external |
| https://bugzilla.suse.com/1087082 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16529 | external |
| https://bugzilla.suse.com/1066650 | external |
| https://bugzilla.suse.com/1087082 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16531 | external |
| https://bugzilla.suse.com/1066671 | external |
| https://bugzilla.suse.com/1087082 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16535 | external |
| https://bugzilla.suse.com/1066700 | external |
| https://bugzilla.suse.com/1087082 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16536 | external |
| https://bugzilla.suse.com/1066606 | external |
| https://bugzilla.suse.com/1087082 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16537 | external |
| https://bugzilla.suse.com/1066573 | external |
| https://bugzilla.suse.com/1087082 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16649 | external |
| https://bugzilla.suse.com/1067085 | external |
| https://bugzilla.suse.com/1067115 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16650 | external |
| https://bugzilla.suse.com/1067086 | external |
| https://bugzilla.suse.com/1087082 | external |
| https://bugzilla.suse.com/1146519 | external |
| https://www.suse.com/security/cve/CVE-2017-16939 | external |
| https://bugzilla.suse.com/1069702 | external |
| https://bugzilla.suse.com/1069708 | external |
| https://bugzilla.suse.com/1115893 | external |
| https://bugzilla.suse.com/1120260 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for the Linux Kernel",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\n\nThe SUSE Linux Enterprise 12 SP1 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2017-16939: The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages. (bnc#1069702)\n- CVE-2017-1000405: mm, thp: do not dirty huge pages on read fault (bnc#1069496).\n- CVE-2017-16649: The usbnet_generic_cdc_bind function in drivers/net/usb/cdc_ether.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device. (bnc#1067085)\n- CVE-2014-0038: The compat_sys_recvmmsg function in net/compat.c, when CONFIG_X86_X32 is enabled, allowed local users to gain privileges via a recvmmsg system call with a crafted timeout pointer parameter (bnc#860993).\n- CVE-2017-16650: The qmi_wwan_bind function in drivers/net/usb/qmi_wwan.c in the Linux kernel allowed local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device. (bnc#1067086)\n- CVE-2017-16535: The usb_get_bos_descriptor function in drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device. (bnc#1066700)\n- CVE-2017-15102: The tower_probe function in drivers/usb/misc/legousbtower.c in the Linux kernel allowed local users (who are physically proximate for inserting a crafted USB device) to gain privileges by leveraging a write-what-where condition that occurs after a race condition and a NULL pointer dereference. (bnc#1066705)\n- CVE-2017-16531: drivers/usb/core/config.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device, related to the USB_DT_INTERFACE_ASSOCIATION descriptor. (bnc#1066671)\n- CVE-2017-12193: The assoc_array_insert_into_terminal_node function in lib/assoc_array.c in the Linux kernel mishandled node splitting, which allowed local users to cause a denial of service (NULL pointer dereference and panic) via a crafted application, as demonstrated by the keyring key type, and key addition and link creation operations. (bnc#1066192)\n- CVE-2017-16529: The snd_usb_create_streams function in sound/usb/card.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device. (bnc#1066650)\n- CVE-2017-16525: The usb_serial_console_disconnect function in drivers/usb/serial/console.c in the Linux kernel allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device, related to disconnection and failed setup. (bnc#1066618)\n- CVE-2017-16537: The imon_probe function in drivers/media/rc/imon.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device. (bnc#1066573)\n- CVE-2017-16536: The cx231xx_usb_probe function in drivers/media/usb/cx231xx/cx231xx-cards.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device. (bnc#1066606)\n- CVE-2017-16527: sound/usb/mixer.c in the Linux kernel allowed local users to cause a denial of service (snd_usb_mixer_interrupt use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device. (bnc#1066625)\n\nThe following non-security bugs were fixed:\n\n- NVMe: No lock while DMA mapping data (bsc#975788).\n- bcache: Add bch_keylist_init_single() (bsc#1047626).\n- bcache: Add btree_map() functions (bsc#1047626).\n- bcache: Add on error panic/unregister setting (bsc#1047626).\n- bcache: Convert gc to a kthread (bsc#1047626).\n- bcache: Delete some slower inline asm (bsc#1047626).\n- bcache: Drop unneeded blk_sync_queue() calls (bsc#1047626).\n- bcache: Fix a bug recovering from unclean shutdown (bsc#1047626).\n- bcache: Fix a journalling reclaim after recovery bug (bsc#1047626).\n- bcache: Fix a null ptr deref in journal replay (bsc#1047626).\n- bcache: Fix an infinite loop in journal replay (bsc#1047626).\n- bcache: Fix bch_ptr_bad() (bsc#1047626).\n- bcache: Fix discard granularity (bsc#1047626).\n- bcache: Fix for can_attach_cache() (bsc#1047626).\n- bcache: Fix heap_peek() macro (bsc#1047626).\n- bcache: Fix moving_pred() (bsc#1047626).\n- bcache: Fix to remove the rcu_sched stalls (bsc#1047626).\n- bcache: Improve bucket_prio() calculation (bsc#1047626).\n- bcache: Improve priority_stats (bsc#1047626).\n- bcache: Minor btree cache fix (bsc#1047626).\n- bcache: Move keylist out of btree_op (bsc#1047626).\n- bcache: New writeback PD controller (bsc#1047626).\n- bcache: PRECEDING_KEY() (bsc#1047626).\n- bcache: Performance fix for when journal entry is full (bsc#1047626).\n- bcache: Remove redundant block_size assignment (bsc#1047626).\n- bcache: Remove redundant parameter for cache_alloc() (bsc#1047626).\n- bcache: Remove/fix some header dependencies (bsc#1047626).\n- bcache: Trivial error handling fix (bsc#1047626).\n- bcache: Use ida for bcache block dev minor (bsc#1047626).\n- bcache: allows use of register in udev to avoid \u0027device_busy\u0027 error (bsc#1047626).\n- bcache: bch_allocator_thread() is not freezable (bsc#1047626).\n- bcache: bch_gc_thread() is not freezable (bsc#1047626).\n- bcache: bugfix - gc thread now gets woken when cache is full (bsc#1047626).\n- bcache: bugfix - moving_gc now moves only correct buckets (bsc#1047626).\n- bcache: cleaned up error handling around register_cache() (bsc#1047626).\n- bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device (bsc#1047626).\n- bcache: defensively handle format strings (bsc#1047626).\n- bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED (bsc#1047626).\n- bcache: fix a livelock when we cause a huge number of cache misses (bsc#1047626).\n- bcache: fix crash in bcache_btree_node_alloc_fail tracepoint (bsc#1047626).\n- bcache: fix for gc and writeback race (bsc#1047626).\n- bcache: fix for gc crashing when no sectors are used (bsc#1047626).\n- bcache: kill index() (bsc#1047626).\n- bcache: register_bcache(): call blkdev_put() when cache_alloc() fails (bsc#1047626).\n- bcache: stop moving_gc marking buckets that can\u0027t be moved (bsc#1047626).\n- mac80211: do not compare TKIP TX MIC key in reinstall prevention (bsc#1066472).\n- mac80211: use constant time comparison with keys (bsc#1066471).\n- packet: fix use-after-free in fanout_add()\n- scsi: ILLEGAL REQUEST + ASC==27 produces target failure (bsc#1059465).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-OpenStack-Cloud-6-2017-1995,SUSE-SLE-Module-Public-Cloud-12-2017-1995,SUSE-SLE-SAP-12-SP1-2017-1995,SUSE-SLE-SERVER-12-SP1-2017-1995",
"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-2017_3210-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2017:3210-1",
"url": "https://www.suse.com/support/update/announcement/2017/suse-su-20173210-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2017:3210-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2017-December/003469.html"
},
{
"category": "self",
"summary": "SUSE Bug 1047626",
"url": "https://bugzilla.suse.com/1047626"
},
{
"category": "self",
"summary": "SUSE Bug 1059465",
"url": "https://bugzilla.suse.com/1059465"
},
{
"category": "self",
"summary": "SUSE Bug 1066471",
"url": "https://bugzilla.suse.com/1066471"
},
{
"category": "self",
"summary": "SUSE Bug 1066472",
"url": "https://bugzilla.suse.com/1066472"
},
{
"category": "self",
"summary": "SUSE Bug 1069496",
"url": "https://bugzilla.suse.com/1069496"
},
{
"category": "self",
"summary": "SUSE Bug 860993",
"url": "https://bugzilla.suse.com/860993"
},
{
"category": "self",
"summary": "SUSE Bug 975788",
"url": "https://bugzilla.suse.com/975788"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-0038 page",
"url": "https://www.suse.com/security/cve/CVE-2014-0038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000405 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000405/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-12193 page",
"url": "https://www.suse.com/security/cve/CVE-2017-12193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-15102 page",
"url": "https://www.suse.com/security/cve/CVE-2017-15102/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16525 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16525/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16527 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16527/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16529 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16529/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16531 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16531/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16535 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16535/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16536 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16537 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16649 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16649/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16650 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16939 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16939/"
}
],
"title": "Security update for the Linux Kernel",
"tracking": {
"current_release_date": "2017-12-04T10:40:05Z",
"generator": {
"date": "2017-12-04T10:40:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2017:3210-1",
"initial_release_date": "2017-12-04T10:40:05Z",
"revision_history": [
{
"date": "2017-12-04T10:40:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-3.12.74-60.64.66.1.noarch",
"product": {
"name": "kernel-devel-3.12.74-60.64.66.1.noarch",
"product_id": "kernel-devel-3.12.74-60.64.66.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-macros-3.12.74-60.64.66.1.noarch",
"product": {
"name": "kernel-macros-3.12.74-60.64.66.1.noarch",
"product_id": "kernel-macros-3.12.74-60.64.66.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-3.12.74-60.64.66.1.noarch",
"product": {
"name": "kernel-source-3.12.74-60.64.66.1.noarch",
"product_id": "kernel-source-3.12.74-60.64.66.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-default-3.12.74-60.64.66.1.ppc64le",
"product": {
"name": "kernel-default-3.12.74-60.64.66.1.ppc64le",
"product_id": "kernel-default-3.12.74-60.64.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"product": {
"name": "kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"product_id": "kernel-default-base-3.12.74-60.64.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"product": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"product_id": "kernel-default-devel-3.12.74-60.64.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-syms-3.12.74-60.64.66.1.ppc64le",
"product": {
"name": "kernel-syms-3.12.74-60.64.66.1.ppc64le",
"product_id": "kernel-syms-3.12.74-60.64.66.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-default-3.12.74-60.64.66.1.s390x",
"product": {
"name": "kernel-default-3.12.74-60.64.66.1.s390x",
"product_id": "kernel-default-3.12.74-60.64.66.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-base-3.12.74-60.64.66.1.s390x",
"product": {
"name": "kernel-default-base-3.12.74-60.64.66.1.s390x",
"product_id": "kernel-default-base-3.12.74-60.64.66.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-3.12.74-60.64.66.1.s390x",
"product": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.s390x",
"product_id": "kernel-default-devel-3.12.74-60.64.66.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-man-3.12.74-60.64.66.1.s390x",
"product": {
"name": "kernel-default-man-3.12.74-60.64.66.1.s390x",
"product_id": "kernel-default-man-3.12.74-60.64.66.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-syms-3.12.74-60.64.66.1.s390x",
"product": {
"name": "kernel-syms-3.12.74-60.64.66.1.s390x",
"product_id": "kernel-syms-3.12.74-60.64.66.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-default-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-default-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-default-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-default-base-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-default-base-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-default-devel-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-syms-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-syms-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-syms-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-xen-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-xen-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-xen-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-xen-base-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"product": {
"name": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"product_id": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"product": {
"name": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"product_id": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-ec2-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-ec2-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-ec2-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-ec2-devel-3.12.74-60.64.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"product": {
"name": "kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"product_id": "kernel-ec2-extra-3.12.74-60.64.66.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 6",
"product": {
"name": "SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-3.12.74-60.64.66.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-3.12.74-60.64.66.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-base-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-3.12.74-60.64.66.1.noarch as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-devel-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-3.12.74-60.64.66.1.noarch as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-macros-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-3.12.74-60.64.66.1.noarch as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-source-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-3.12.74-60.64.66.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-syms-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-3.12.74-60.64.66.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-base-3.12.74-60.64.66.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64"
},
"product_reference": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 as component of SUSE OpenStack Cloud 6",
"product_id": "SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
},
"product_reference": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ec2-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-ec2-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ec2-devel-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ec2-extra-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-default-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-base-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-3.12.74-60.64.66.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-devel-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-3.12.74-60.64.66.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-macros-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-3.12.74-60.64.66.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-source-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-syms-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-syms-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-base-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64"
},
"product_reference": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
},
"product_reference": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-default-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-3.12.74-60.64.66.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x"
},
"product_reference": "kernel-default-3.12.74-60.64.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-3.12.74-60.64.66.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x"
},
"product_reference": "kernel-default-base-3.12.74-60.64.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-base-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x"
},
"product_reference": "kernel-default-devel-3.12.74-60.64.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-man-3.12.74-60.64.66.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x"
},
"product_reference": "kernel-default-man-3.12.74-60.64.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-3.12.74-60.64.66.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-devel-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-3.12.74-60.64.66.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-macros-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-3.12.74-60.64.66.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch"
},
"product_reference": "kernel-source-3.12.74-60.64.66.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-3.12.74-60.64.66.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le"
},
"product_reference": "kernel-syms-3.12.74-60.64.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-3.12.74-60.64.66.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x"
},
"product_reference": "kernel-syms-3.12.74-60.64.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-syms-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-base-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64"
},
"product_reference": "kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64"
},
"product_reference": "kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
},
"product_reference": "kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-0038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-0038"
}
],
"notes": [
{
"category": "general",
"text": "The compat_sys_recvmmsg function in net/compat.c in the Linux kernel before 3.13.2, when CONFIG_X86_X32 is enabled, allows local users to gain privileges via a recvmmsg system call with a crafted timeout pointer parameter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-0038",
"url": "https://www.suse.com/security/cve/CVE-2014-0038"
},
{
"category": "external",
"summary": "SUSE Bug 860993 for CVE-2014-0038",
"url": "https://bugzilla.suse.com/860993"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "important"
}
],
"title": "CVE-2014-0038"
},
{
"cve": "CVE-2017-1000405",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000405"
}
],
"notes": [
{
"category": "general",
"text": "The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()\u0027s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original \"Dirty cow\" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000405",
"url": "https://www.suse.com/security/cve/CVE-2017-1000405"
},
{
"category": "external",
"summary": "SUSE Bug 1069496 for CVE-2017-1000405",
"url": "https://bugzilla.suse.com/1069496"
},
{
"category": "external",
"summary": "SUSE Bug 1070307 for CVE-2017-1000405",
"url": "https://bugzilla.suse.com/1070307"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "important"
}
],
"title": "CVE-2017-1000405"
},
{
"cve": "CVE-2017-12193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-12193"
}
],
"notes": [
{
"category": "general",
"text": "The assoc_array_insert_into_terminal_node function in lib/assoc_array.c in the Linux kernel before 4.13.11 mishandles node splitting, which allows local users to cause a denial of service (NULL pointer dereference and panic) via a crafted application, as demonstrated by the keyring key type, and key addition and link creation operations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-12193",
"url": "https://www.suse.com/security/cve/CVE-2017-12193"
},
{
"category": "external",
"summary": "SUSE Bug 1066192 for CVE-2017-12193",
"url": "https://bugzilla.suse.com/1066192"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-12193"
},
{
"cve": "CVE-2017-15102",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-15102"
}
],
"notes": [
{
"category": "general",
"text": "The tower_probe function in drivers/usb/misc/legousbtower.c in the Linux kernel before 4.8.1 allows local users (who are physically proximate for inserting a crafted USB device) to gain privileges by leveraging a write-what-where condition that occurs after a race condition and a NULL pointer dereference.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-15102",
"url": "https://www.suse.com/security/cve/CVE-2017-15102"
},
{
"category": "external",
"summary": "SUSE Bug 1066705 for CVE-2017-15102",
"url": "https://bugzilla.suse.com/1066705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-15102"
},
{
"cve": "CVE-2017-16525",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16525"
}
],
"notes": [
{
"category": "general",
"text": "The usb_serial_console_disconnect function in drivers/usb/serial/console.c in the Linux kernel before 4.13.8 allows local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device, related to disconnection and failed setup.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16525",
"url": "https://www.suse.com/security/cve/CVE-2017-16525"
},
{
"category": "external",
"summary": "SUSE Bug 1066618 for CVE-2017-16525",
"url": "https://bugzilla.suse.com/1066618"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16525",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16525"
},
{
"cve": "CVE-2017-16527",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16527"
}
],
"notes": [
{
"category": "general",
"text": "sound/usb/mixer.c in the Linux kernel before 4.13.8 allows local users to cause a denial of service (snd_usb_mixer_interrupt use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16527",
"url": "https://www.suse.com/security/cve/CVE-2017-16527"
},
{
"category": "external",
"summary": "SUSE Bug 1066625 for CVE-2017-16527",
"url": "https://bugzilla.suse.com/1066625"
},
{
"category": "external",
"summary": "SUSE Bug 1087082 for CVE-2017-16527",
"url": "https://bugzilla.suse.com/1087082"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16527",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16527"
},
{
"cve": "CVE-2017-16529",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16529"
}
],
"notes": [
{
"category": "general",
"text": "The snd_usb_create_streams function in sound/usb/card.c in the Linux kernel before 4.13.6 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16529",
"url": "https://www.suse.com/security/cve/CVE-2017-16529"
},
{
"category": "external",
"summary": "SUSE Bug 1066650 for CVE-2017-16529",
"url": "https://bugzilla.suse.com/1066650"
},
{
"category": "external",
"summary": "SUSE Bug 1087082 for CVE-2017-16529",
"url": "https://bugzilla.suse.com/1087082"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16529",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16529"
},
{
"cve": "CVE-2017-16531",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16531"
}
],
"notes": [
{
"category": "general",
"text": "drivers/usb/core/config.c in the Linux kernel before 4.13.6 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device, related to the USB_DT_INTERFACE_ASSOCIATION descriptor.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16531",
"url": "https://www.suse.com/security/cve/CVE-2017-16531"
},
{
"category": "external",
"summary": "SUSE Bug 1066671 for CVE-2017-16531",
"url": "https://bugzilla.suse.com/1066671"
},
{
"category": "external",
"summary": "SUSE Bug 1087082 for CVE-2017-16531",
"url": "https://bugzilla.suse.com/1087082"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16531",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16531"
},
{
"cve": "CVE-2017-16535",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16535"
}
],
"notes": [
{
"category": "general",
"text": "The usb_get_bos_descriptor function in drivers/usb/core/config.c in the Linux kernel before 4.13.10 allows local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16535",
"url": "https://www.suse.com/security/cve/CVE-2017-16535"
},
{
"category": "external",
"summary": "SUSE Bug 1066700 for CVE-2017-16535",
"url": "https://bugzilla.suse.com/1066700"
},
{
"category": "external",
"summary": "SUSE Bug 1087082 for CVE-2017-16535",
"url": "https://bugzilla.suse.com/1087082"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16535",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16535"
},
{
"cve": "CVE-2017-16536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16536"
}
],
"notes": [
{
"category": "general",
"text": "The cx231xx_usb_probe function in drivers/media/usb/cx231xx/cx231xx-cards.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16536",
"url": "https://www.suse.com/security/cve/CVE-2017-16536"
},
{
"category": "external",
"summary": "SUSE Bug 1066606 for CVE-2017-16536",
"url": "https://bugzilla.suse.com/1066606"
},
{
"category": "external",
"summary": "SUSE Bug 1087082 for CVE-2017-16536",
"url": "https://bugzilla.suse.com/1087082"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16536",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16536"
},
{
"cve": "CVE-2017-16537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16537"
}
],
"notes": [
{
"category": "general",
"text": "The imon_probe function in drivers/media/rc/imon.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted USB device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16537",
"url": "https://www.suse.com/security/cve/CVE-2017-16537"
},
{
"category": "external",
"summary": "SUSE Bug 1066573 for CVE-2017-16537",
"url": "https://bugzilla.suse.com/1066573"
},
{
"category": "external",
"summary": "SUSE Bug 1087082 for CVE-2017-16537",
"url": "https://bugzilla.suse.com/1087082"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16537",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16537"
},
{
"cve": "CVE-2017-16649",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16649"
}
],
"notes": [
{
"category": "general",
"text": "The usbnet_generic_cdc_bind function in drivers/net/usb/cdc_ether.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16649",
"url": "https://www.suse.com/security/cve/CVE-2017-16649"
},
{
"category": "external",
"summary": "SUSE Bug 1067085 for CVE-2017-16649",
"url": "https://bugzilla.suse.com/1067085"
},
{
"category": "external",
"summary": "SUSE Bug 1067115 for CVE-2017-16649",
"url": "https://bugzilla.suse.com/1067115"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16649",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16649"
},
{
"cve": "CVE-2017-16650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16650"
}
],
"notes": [
{
"category": "general",
"text": "The qmi_wwan_bind function in drivers/net/usb/qmi_wwan.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (divide-by-zero error and system crash) or possibly have unspecified other impact via a crafted USB device.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16650",
"url": "https://www.suse.com/security/cve/CVE-2017-16650"
},
{
"category": "external",
"summary": "SUSE Bug 1067086 for CVE-2017-16650",
"url": "https://bugzilla.suse.com/1067086"
},
{
"category": "external",
"summary": "SUSE Bug 1087082 for CVE-2017-16650",
"url": "https://bugzilla.suse.com/1087082"
},
{
"category": "external",
"summary": "SUSE Bug 1146519 for CVE-2017-16650",
"url": "https://bugzilla.suse.com/1146519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16650"
},
{
"cve": "CVE-2017-16939",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16939"
}
],
"notes": [
{
"category": "general",
"text": "The XFRM dump policy implementation in net/xfrm/xfrm_user.c in the Linux kernel before 4.13.11 allows local users to gain privileges or cause a denial of service (use-after-free) via a crafted SO_RCVBUF setsockopt system call in conjunction with XFRM_MSG_GETPOLICY Netlink messages.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16939",
"url": "https://www.suse.com/security/cve/CVE-2017-16939"
},
{
"category": "external",
"summary": "SUSE Bug 1069702 for CVE-2017-16939",
"url": "https://bugzilla.suse.com/1069702"
},
{
"category": "external",
"summary": "SUSE Bug 1069708 for CVE-2017-16939",
"url": "https://bugzilla.suse.com/1069708"
},
{
"category": "external",
"summary": "SUSE Bug 1115893 for CVE-2017-16939",
"url": "https://bugzilla.suse.com/1115893"
},
{
"category": "external",
"summary": "SUSE Bug 1120260 for CVE-2017-16939",
"url": "https://bugzilla.suse.com/1120260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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 Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 12:kernel-ec2-extra-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-default-man-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.s390x",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server 12 SP1-LTSS:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP1:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-default-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-devel-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-macros-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-source-3.12.74-60.64.66.1.noarch",
"SUSE OpenStack Cloud 6:kernel-syms-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-base-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kernel-xen-devel-3.12.74-60.64.66.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-default-1-2.1.x86_64",
"SUSE OpenStack Cloud 6:kgraft-patch-3_12_74-60_64_66-xen-1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2017-12-04T10:40:05Z",
"details": "moderate"
}
],
"title": "CVE-2017-16939"
}
]
}
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.