Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2020-10711 (GCVE-0-2020-10711)
Vulnerability from cvelistv5 – Published: 2020-05-22 14:09 – Updated: 2024-08-04 11:14| URL | Tags |
|---|---|
| https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2… | x_refsource_CONFIRM |
| https://www.openwall.com/lists/oss-security/2020/… | x_refsource_CONFIRM |
| https://security.netapp.com/advisory/ntap-2020060… | x_refsource_CONFIRM |
| https://lists.debian.org/debian-lts-announce/2020… | mailing-listx_refsource_MLIST |
| https://www.debian.org/security/2020/dsa-4698 | vendor-advisoryx_refsource_DEBIAN |
| https://www.debian.org/security/2020/dsa-4699 | vendor-advisoryx_refsource_DEBIAN |
| http://lists.opensuse.org/opensuse-security-annou… | vendor-advisoryx_refsource_SUSE |
| http://lists.opensuse.org/opensuse-security-annou… | vendor-advisoryx_refsource_SUSE |
| https://usn.ubuntu.com/4413-1/ | vendor-advisoryx_refsource_UBUNTU |
| https://usn.ubuntu.com/4411-1/ | vendor-advisoryx_refsource_UBUNTU |
| https://usn.ubuntu.com/4412-1/ | vendor-advisoryx_refsource_UBUNTU |
| https://usn.ubuntu.com/4419-1/ | vendor-advisoryx_refsource_UBUNTU |
| https://usn.ubuntu.com/4414-1/ | vendor-advisoryx_refsource_UBUNTU |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T11:14:14.192Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://www.openwall.com/lists/oss-security/2020/05/12/2"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20200608-0001/"
},
{
"name": "[debian-lts-announce] 20200610 [SECURITY] [DLA 2242-1] linux-4.9 security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2020/06/msg00012.html"
},
{
"name": "DSA-4698",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN",
"x_transferred"
],
"url": "https://www.debian.org/security/2020/dsa-4698"
},
{
"name": "DSA-4699",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN",
"x_transferred"
],
"url": "https://www.debian.org/security/2020/dsa-4699"
},
{
"name": "openSUSE-SU-2020:0801",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html"
},
{
"name": "openSUSE-SU-2020:0935",
"tags": [
"vendor-advisory",
"x_refsource_SUSE",
"x_transferred"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00008.html"
},
{
"name": "USN-4413-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/4413-1/"
},
{
"name": "USN-4411-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/4411-1/"
},
{
"name": "USN-4412-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/4412-1/"
},
{
"name": "USN-4419-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/4419-1/"
},
{
"name": "USN-4414-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/4414-1/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Kernel",
"vendor": "Red Hat",
"versions": [
{
"status": "affected",
"version": "all kernel versions before 5.7"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-07-29T18:06:13.000Z",
"orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"shortName": "redhat"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://www.openwall.com/lists/oss-security/2020/05/12/2"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20200608-0001/"
},
{
"name": "[debian-lts-announce] 20200610 [SECURITY] [DLA 2242-1] linux-4.9 security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2020/06/msg00012.html"
},
{
"name": "DSA-4698",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN"
],
"url": "https://www.debian.org/security/2020/dsa-4698"
},
{
"name": "DSA-4699",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN"
],
"url": "https://www.debian.org/security/2020/dsa-4699"
},
{
"name": "openSUSE-SU-2020:0801",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html"
},
{
"name": "openSUSE-SU-2020:0935",
"tags": [
"vendor-advisory",
"x_refsource_SUSE"
],
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00008.html"
},
{
"name": "USN-4413-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/4413-1/"
},
{
"name": "USN-4411-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/4411-1/"
},
{
"name": "USN-4412-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/4412-1/"
},
{
"name": "USN-4419-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/4419-1/"
},
{
"name": "USN-4414-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/4414-1/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2020-10711",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Kernel",
"version": {
"version_data": [
{
"version_value": "all kernel versions before 5.7"
}
]
}
}
]
},
"vendor_name": "Red Hat"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "5.9/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
}
]
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-476"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711",
"refsource": "CONFIRM",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711"
},
{
"name": "https://www.openwall.com/lists/oss-security/2020/05/12/2",
"refsource": "CONFIRM",
"url": "https://www.openwall.com/lists/oss-security/2020/05/12/2"
},
{
"name": "https://security.netapp.com/advisory/ntap-20200608-0001/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20200608-0001/"
},
{
"name": "[debian-lts-announce] 20200610 [SECURITY] [DLA 2242-1] linux-4.9 security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2020/06/msg00012.html"
},
{
"name": "DSA-4698",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2020/dsa-4698"
},
{
"name": "DSA-4699",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2020/dsa-4699"
},
{
"name": "openSUSE-SU-2020:0801",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html"
},
{
"name": "openSUSE-SU-2020:0935",
"refsource": "SUSE",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00008.html"
},
{
"name": "USN-4413-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4413-1/"
},
{
"name": "USN-4411-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4411-1/"
},
{
"name": "USN-4412-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4412-1/"
},
{
"name": "USN-4419-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4419-1/"
},
{
"name": "USN-4414-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/4414-1/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"assignerShortName": "redhat",
"cveId": "CVE-2020-10711",
"datePublished": "2020-05-22T14:09:46.000Z",
"dateReserved": "2020-03-20T00:00:00.000Z",
"dateUpdated": "2024-08-04T11:14:14.192Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2020-10711",
"date": "2026-06-30",
"epss": "0.03097",
"percentile": "0.86103"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"5.7\", \"matchCriteriaId\": \"C3821E00-CCBB-4CD4-AD2C-D47DFF2F5A34\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:redhat:3scale:2.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5BBA2217-0805-427B-81E2-13516C0EDCFD\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"704CFA1A-953E-4105-BFBE-406034B83DED\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:redhat:virtualization_host:4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BB28F9AF-3D06-4532-B397-96D7E4792503\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"142AD0DD-4CF3-4D74-9442-459CE3347E3A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"F4CFF558-3C47-480D-A2F0-BABF26042943\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux_aus:7.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"CB33390A-F51F-4451-8FEA-7FC31F1AA51C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux_server_tus:7.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D5F7E11E-FB34-4467-8919-2B6BEAABF665\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:messaging_realtime_grid:2.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7F0ED77E-6D8E-48DF-9D2E-4E821399F893\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DEECE5FC-CACF-4496-A3E7-164736409252\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B620311B-34A3-48A6-82DF-6F078D7A4493\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B009C22E-30A4-4288-BCF6-C3E81DEAF45A\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*\", \"matchCriteriaId\": \"815D70A8-47D3-459C-A32C-9FEACA0659D1\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*\", \"matchCriteriaId\": \"7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A31C8344-3E02-4EB8-8BD8-4C84B7959624\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"902B8056-9E37-443B-8905-8AA93E2447FB\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.\"}, {\"lang\": \"es\", \"value\": \"Se encontr\\u00f3 un fallo de desreferencia de puntero NULL en el subsistema SELinux del kernel de Linux en versiones anteriores a 5.7. Este fallo se produce al importar la categor\\u00eda de protocolo Commercial IP Security Option (CIPSO) en el mapa de bits extensible de SELinux por medio de la rutina \\\"ebitmap_netlbl_import\\\". Mientras procesa la etiqueta de mapa de bits restringido CIPSO en la rutina \\\"cipso_v4_parsetag_rbm\\\", establece el atributo de seguridad para indicar que la categor\\u00eda de mapa de bits est\\u00e1 presente, incluso si no ha sido asignada. Esto conlleva a un problema de desreferencia de puntero NULL al importar el mismo mapa de bits de categor\\u00eda hacia SELinux. Este fallo permite a un usuario remoto de la red bloquear el kernel del sistema, resultando en una denegaci\\u00f3n de servicio.\"}]",
"id": "CVE-2020-10711",
"lastModified": "2024-11-21T04:55:54.213",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"secalert@redhat.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 3.6}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:N/I:N/A:P\", \"baseScore\": 4.3, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2020-05-22T15:15:11.207",
"references": "[{\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00008.html\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2020/06/msg00012.html\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20200608-0001/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4411-1/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4412-1/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4413-1/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4414-1/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4419-1/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2020/dsa-4698\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2020/dsa-4699\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.openwall.com/lists/oss-security/2020/05/12/2\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00008.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2020/06/msg00012.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20200608-0001/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4411-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4412-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4413-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4414-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/4419-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2020/dsa-4698\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2020/dsa-4699\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.openwall.com/lists/oss-security/2020/05/12/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "secalert@redhat.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"secalert@redhat.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-476\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-476\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2020-10711\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2020-05-22T15:15:11.207\",\"lastModified\":\"2024-11-21T04:55:54.213\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.\"},{\"lang\":\"es\",\"value\":\"Se encontr\u00f3 un fallo de desreferencia de puntero NULL en el subsistema SELinux del kernel de Linux en versiones anteriores a 5.7. Este fallo se produce al importar la categor\u00eda de protocolo Commercial IP Security Option (CIPSO) en el mapa de bits extensible de SELinux por medio de la rutina \\\"ebitmap_netlbl_import\\\". Mientras procesa la etiqueta de mapa de bits restringido CIPSO en la rutina \\\"cipso_v4_parsetag_rbm\\\", establece el atributo de seguridad para indicar que la categor\u00eda de mapa de bits est\u00e1 presente, incluso si no ha sido asignada. Esto conlleva a un problema de desreferencia de puntero NULL al importar el mismo mapa de bits de categor\u00eda hacia SELinux. Este fallo permite a un usuario remoto de la red bloquear el kernel del sistema, resultando en una denegaci\u00f3n de servicio.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:N/A:P\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.7\",\"matchCriteriaId\":\"C3821E00-CCBB-4CD4-AD2C-D47DFF2F5A34\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:3scale:2.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5BBA2217-0805-427B-81E2-13516C0EDCFD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openstack:13:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"704CFA1A-953E-4105-BFBE-406034B83DED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:virtualization_host:4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BB28F9AF-3D06-4532-B397-96D7E4792503\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"142AD0DD-4CF3-4D74-9442-459CE3347E3A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4CFF558-3C47-480D-A2F0-BABF26042943\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_aus:7.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CB33390A-F51F-4451-8FEA-7FC31F1AA51C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_tus:7.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D5F7E11E-FB34-4467-8919-2B6BEAABF665\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:messaging_realtime_grid:2.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7F0ED77E-6D8E-48DF-9D2E-4E821399F893\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B620311B-34A3-48A6-82DF-6F078D7A4493\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B009C22E-30A4-4288-BCF6-C3E81DEAF45A\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"815D70A8-47D3-459C-A32C-9FEACA0659D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A31C8344-3E02-4EB8-8BD8-4C84B7959624\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"902B8056-9E37-443B-8905-8AA93E2447FB\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00008.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/06/msg00012.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20200608-0001/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4411-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4412-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4413-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4414-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4419-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2020/dsa-4698\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2020/dsa-4699\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openwall.com/lists/oss-security/2020/05/12/2\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00008.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/06/msg00012.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20200608-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4411-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4412-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4413-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4414-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4419-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2020/dsa-4698\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2020/dsa-4699\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openwall.com/lists/oss-security/2020/05/12/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]}]}}"
}
}
RHSA-2020:2103
Vulnerability from csaf_redhat - Published: 2020-05-12 15:44 - Updated: 2026-06-28 12:33A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6ComputeNode-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-kdump-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 is now available for Red Hat Enterprise Linux 6.\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 packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2103",
"url": "https://access.redhat.com/errata/RHSA-2020:2103"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2103.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-28T12:33:10+00:00",
"generator": {
"date": "2026-06-28T12:33:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2103",
"initial_release_date": "2020-05-12T15:44:28+00:00",
"revision_history": [
{
"date": "2020-05-12T15:44:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-12T15:44:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:33:10+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 Desktop (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HPC Node (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "kernel-0:2.6.32-754.29.2.el6.i686",
"product_id": "kernel-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.i686",
"product_id": "kernel-debug-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"product_id": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.i686",
"product_id": "kernel-devel-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perf-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "perf-0:2.6.32-754.29.2.el6.i686",
"product_id": "perf-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_id": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_id": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"product_id": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-i686@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_id": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_id": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-754.29.2.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:2.6.32-754.29.2.el6.i686",
"product": {
"name": "python-perf-0:2.6.32-754.29.2.el6.i686",
"product_id": "python-perf-0:2.6.32-754.29.2.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@2.6.32-754.29.2.el6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "kernel-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "kernel-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "perf-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "perf-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-754.29.2.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:2.6.32-754.29.2.el6.x86_64",
"product": {
"name": "python-perf-0:2.6.32-754.29.2.el6.x86_64",
"product_id": "python-perf-0:2.6.32-754.29.2.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@2.6.32-754.29.2.el6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:2.6.32-754.29.2.el6.src",
"product": {
"name": "kernel-0:2.6.32-754.29.2.el6.src",
"product_id": "kernel-0:2.6.32-754.29.2.el6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@2.6.32-754.29.2.el6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"product": {
"name": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"product_id": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@2.6.32-754.29.2.el6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"product": {
"name": "kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"product_id": "kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@2.6.32-754.29.2.el6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"product": {
"name": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"product_id": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-firmware@2.6.32-754.29.2.el6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump-devel@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "perf-0:2.6.32-754.29.2.el6.s390x",
"product_id": "perf-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_id": "kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_id": "perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_id": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-754.29.2.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:2.6.32-754.29.2.el6.s390x",
"product": {
"name": "python-perf-0:2.6.32-754.29.2.el6.s390x",
"product_id": "python-perf-0:2.6.32-754.29.2.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@2.6.32-754.29.2.el6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "perf-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "perf-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "perf-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-754.29.2.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:2.6.32-754.29.2.el6.ppc64",
"product": {
"name": "python-perf-0:2.6.32-754.29.2.el6.ppc64",
"product_id": "python-perf-0:2.6.32-754.29.2.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@2.6.32-754.29.2.el6?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.src as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.src"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.src",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Client-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.src"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.src",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
"product_id": "6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
"product_id": "6ComputeNode-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6ComputeNode-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.src as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.src"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.src",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-kdump-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Server-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.src as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.src"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.src",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch"
},
"product_reference": "kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
},
"product_reference": "python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional-6.10.z"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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": [
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:44:28+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2103"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Client-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Client-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6ComputeNode-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6ComputeNode-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6ComputeNode-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6ComputeNode-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Server-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-bootwrapper-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Server-6.10.z:kernel-kdump-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:kernel-kdump-devel-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:kernel-debuginfo-common-ppc64-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:kernel-debuginfo-common-s390x-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:kernel-kdump-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.ppc64",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.s390x",
"6Server-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.src",
"6Workstation-6.10.z:kernel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-abi-whitelists-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debug-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:kernel-devel-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:kernel-doc-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:kernel-firmware-0:2.6.32-754.29.2.el6.noarch",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debug-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-i686-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:kernel-debuginfo-common-x86_64-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-0:2.6.32-754.29.2.el6.x86_64",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.i686",
"6Workstation-optional-6.10.z:python-perf-debuginfo-0:2.6.32-754.29.2.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2104
Vulnerability from csaf_redhat - Published: 2020-05-12 15:16 - Updated: 2026-06-28 08:52An out of bounds (OOB) memory access flaw was found in i2c_smbus_xfer_emulated in drivers/i2c/i2c-core-smbus.c in I2C subsystem. A read request for length (data->block[0]) greater than 'I2C_SMBUS_BLOCK_MAX + 1' may cause underlying I2C driver write out of array's boundary. This could allow a local attacker with special user privilege (or root) to crash the system or leak kernel internal information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf->buffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
An out-of-bounds write flaw was found in the i2c driver in the Linux kernel. This flaw allows an attacker to escalate privileges with system execution privileges. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the way Linux kernel's Dynamic Logical Partitioning (DLPAR) functionality on PowerPC systems handled low memory conditions on device discovery. An attacker who can change the LPAR configuration and incur low memory conditions at the same time could use this flaw to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the XFS file system in the Linux kernel. An acquired ILOCK was not freed/unlock when the call to xfs_qm_vop_chown_reserve fails and the lock is still held and can lead to denial to access for that device. This is primarily a local denial of service but could result in a remote denial of service if the XFS file system is exported as an NFS file system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's ext4_unlink function. An attacker could corrupt memory or escalate privileges when deleting a file from a recently unmounted specially crafted ext4 filesystem, including local, USB, and iSCSI.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in the Linux kernel’s input device driver functionality when unplugging a device. A user with physical access could use this flaw to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the Linux kernel’s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation. The ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
|
An out-of-bounds (OOB) memory access flaw was found in the floppy driver module in the Linux kernel. A bounds check failure allows a local attacker to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"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* kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c (CVE-2017-18595)\n\n* kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c (CVE-2019-19768)\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\n* kernel: out of bounds write in function i2c_smbus_xfer_emulated in drivers/i2c/i2c-core-smbus.c (CVE-2017-18551)\n\n* kernel: out of bounds write in i2c driver leads to local escalation of privilege (CVE-2019-9454)\n\n* kernel: denial of service in in xfs_setattr_nonsize in fs/xfs/xfs_iops.c (CVE-2019-15538)\n\n* kernel: mounting a crafted ext4 filesystem image, performing some operations, and unmounting can lead to a use-after-free in ext4_put_super in fs/ext4/super.c (CVE-2019-19447)\n\n* kernel: a malicious USB device in the drivers/input/ff-memless.c leads to use-after-free (CVE-2019-19524)\n\n* kernel: out-of-bounds read in set_fdc in drivers/block/floppy.c (CVE-2020-9383)\n\n* kernel: null pointer dereference in dlpar_parse_cc_property in arch/powerrc/platforms/pseries/dlpar.c causing denial of service (CVE-2019-12614)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* [7.5-alt][ext4/xfstests generic/468] fix fdatasync(2) after fallocate(2) operation (upstream fixed) [rhel-alt-7.6.z] (BZ#1554273)\n\n* [RHEL-ALT-7.6.z][arm64] CN99xx: DIMM errors not populated in EDAC sysfs (BZ#1778697)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2104",
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1718176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1718176"
},
{
"category": "external",
"summary": "1746777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1746777"
},
{
"category": "external",
"summary": "1757368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757368"
},
{
"category": "external",
"summary": "1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "1781679",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781679"
},
{
"category": "external",
"summary": "1783459",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783459"
},
{
"category": "external",
"summary": "1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "1810685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1810685"
},
{
"category": "external",
"summary": "1818818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1818818"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2104.json"
}
],
"title": "Red Hat Security Advisory: kernel-alt security and bug fix update",
"tracking": {
"current_release_date": "2026-06-28T08:52:39+00:00",
"generator": {
"date": "2026-06-28T08:52:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2104",
"initial_release_date": "2020-05-12T15:16:03+00:00",
"revision_history": [
{
"date": "2020-05-12T15:16:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-12T15:16:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:52:39+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.6",
"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.6",
"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-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "perf-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "perf-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.14.0-115.21.2.el7a?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"product": {
"name": "kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"product_id": "kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@4.14.0-115.21.2.el7a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"product": {
"name": "kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"product_id": "kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.14.0-115.21.2.el7a?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-alt-0:4.14.0-115.21.2.el7a.src",
"product": {
"name": "kernel-alt-0:4.14.0-115.21.2.el7a.src",
"product_id": "kernel-alt-0:4.14.0-115.21.2.el7a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-alt@4.14.0-115.21.2.el7a?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.14.0-115.21.2.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.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:4.14.0-115.21.2.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.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch"
},
"product_reference": "kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-alt-0:4.14.0-115.21.2.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.6:kernel-alt-0:4.14.0-115.21.2.el7a.src"
},
"product_reference": "kernel-alt-0:4.14.0-115.21.2.el7a.src",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:4.14.0-115.21.2.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.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.14.0-115.21.2.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.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.14.0-115.21.2.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.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.14.0-115.21.2.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.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.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.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.14.0-115.21.2.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.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.14.0-115.21.2.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.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch"
},
"product_reference": "kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.14.0-115.21.2.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.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.14.0-115.21.2.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.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.14.0-115.21.2.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.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.14.0-115.21.2.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.6:perf-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "perf-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.14.0-115.21.2.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.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:4.14.0-115.21.2.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.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.14.0-115.21.2.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.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.14.0-115.21.2.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.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.14.0-115.21.2.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.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.14.0-115.21.2.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.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.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.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.14.0-115.21.2.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.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.14.0-115.21.2.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.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.14.0-115.21.2.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.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:4.14.0-115.21.2.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.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"relates_to_product_reference": "7Server-optional-RHELALT-7.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-18551",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2019-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1757368"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds (OOB) memory access flaw was found in i2c_smbus_xfer_emulated in drivers/i2c/i2c-core-smbus.c in I2C subsystem. A read request for length (data-\u003eblock[0]) greater than \u0027I2C_SMBUS_BLOCK_MAX + 1\u0027 may cause underlying I2C driver write out of array\u0027s boundary. This could allow a local attacker with special user privilege (or root) to crash the system or leak kernel internal information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out of bounds write in function i2c_smbus_xfer_emulated in drivers/i2c/i2c-core-smbus.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18551"
},
{
"category": "external",
"summary": "RHBZ#1757368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757368"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18551",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18551"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18551",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18551"
}
],
"release_date": "2019-08-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out of bounds write in function i2c_smbus_xfer_emulated in drivers/i2c/i2c-core-smbus.c"
},
{
"cve": "CVE-2017-18595",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1758671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf-\u003ebuffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18595"
},
{
"category": "external",
"summary": "RHBZ#1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18595",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595"
}
],
"release_date": "2019-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update as soon as possible.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c"
},
{
"cve": "CVE-2019-9454",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2019-09-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1818818"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds write flaw was found in the i2c driver in the Linux kernel. This flaw allows an attacker to escalate privileges with system execution privileges. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out of bounds write in i2c driver leads to local escalation of privilege",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-9454"
},
{
"category": "external",
"summary": "RHBZ#1818818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1818818"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-9454",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9454"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9454",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9454"
}
],
"release_date": "2019-09-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out of bounds write in i2c driver leads to local escalation of privilege"
},
{
"cve": "CVE-2019-12614",
"discovery_date": "2019-06-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1718176"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the way Linux kernel\u0027s Dynamic Logical Partitioning (DLPAR) functionality on PowerPC systems handled low memory conditions on device discovery. An attacker who can change the LPAR configuration and incur low memory conditions at the same time could use this flaw to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: null pointer dereference in dlpar_parse_cc_property in arch/powerrc/platforms/pseries/dlpar.c causing denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An attacker needs to be highly privileged to exploit this issue. He either needs to trigger LPAR configuration change (or wait for such event to happen) and incur low memory conditions at the same time. It could be argued that possessing privileges required to exploit this issue could have the same impact as the issue itself.\n\nThe indications say that this issue was found by static code analysing tool which looks for memory allocations without failure checks and not actually reproduced on a running system. The CVE assignment also looks automated and following the \"better be safe than sorry\" approach.\n\nAs such, this issue is theoretical in nature and Low impact at best.",
"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.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-12614"
},
{
"category": "external",
"summary": "RHBZ#1718176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1718176"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-12614",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12614"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-12614",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12614"
}
],
"release_date": "2019-06-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: null pointer dereference in dlpar_parse_cc_property in arch/powerrc/platforms/pseries/dlpar.c causing denial of service"
},
{
"cve": "CVE-2019-15538",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2019-08-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1746777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the XFS file system in the Linux kernel. An acquired ILOCK was not freed/unlock when the call to xfs_qm_vop_chown_reserve fails and the lock is still held and can lead to denial to access for that device. This is primarily a local denial of service but could result in a remote denial of service if the XFS file system is exported as an NFS file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: denial of service in in xfs_setattr_nonsize in fs/xfs/xfs_iops.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-15538"
},
{
"category": "external",
"summary": "RHBZ#1746777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1746777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-15538",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-15538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-15538"
}
],
"release_date": "2019-08-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: denial of service in in xfs_setattr_nonsize in fs/xfs/xfs_iops.c"
},
{
"cve": "CVE-2019-19447",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1781679"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s ext4_unlink function. An attacker could corrupt memory or escalate privileges when deleting a file from a recently unmounted specially crafted ext4 filesystem, including local, USB, and iSCSI.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mounting a crafted ext4 filesystem image, performing some operations, and unmounting can lead to a use-after-free in ext4_put_super in fs/ext4/super.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19447"
},
{
"category": "external",
"summary": "RHBZ#1781679",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781679"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19447",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19447"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19447",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19447"
},
{
"category": "external",
"summary": "https://bugzilla.kernel.org/show_bug.cgi?id=205433",
"url": "https://bugzilla.kernel.org/show_bug.cgi?id=205433"
},
{
"category": "external",
"summary": "https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19447",
"url": "https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19447"
}
],
"release_date": "2019-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Ext4 filesytems are built into the kernel so it is not possible to prevent the kernel module from loading. However, this flaw can be prevented by disallowing mounting of untrusted filesystems.\n\nAs mounting is a privileged operation, (except for device hotplug) removing the ability for mounting and unmounting will prevent this flaw from being exploited.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mounting a crafted ext4 filesystem image, performing some operations, and unmounting can lead to a use-after-free in ext4_put_super in fs/ext4/super.c"
},
{
"cve": "CVE-2019-19524",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1783459"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in the Linux kernel\u2019s input device driver functionality when unplugging a device. A user with physical access could use this flaw to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: a malicious USB device in the drivers/input/ff-memless.c leads to use-after-free",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19524"
},
{
"category": "external",
"summary": "RHBZ#1783459",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783459"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19524",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19524"
}
],
"release_date": "2019-11-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "To mitigate this issue for the Red Hat Enterprise Linux 7 or higher version, prevent module ff-memless from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: a malicious USB device in the drivers/input/ff-memless.c leads to use-after-free"
},
{
"cve": "CVE-2019-19768",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1786164"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u2019s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation.\r\n\r\nThe ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19768"
},
{
"category": "external",
"summary": "RHBZ#1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19768",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768"
}
],
"release_date": "2019-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c"
},
{
"cve": "CVE-2020-9383",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2020-02-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1810685"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds (OOB) memory access flaw was found in the floppy driver module in the Linux kernel. A bounds check failure allows a local attacker to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out-of-bounds read in set_fdc in drivers/block/floppy.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-9383"
},
{
"category": "external",
"summary": "RHBZ#1810685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1810685"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-9383",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9383"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-9383",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9383"
}
],
"release_date": "2020-02-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Mitigation for this issue is to skip loading the affected floppy driver module onto the system till we have a fix available, this can be done by a blacklist mechanism, this will ensure the driver is not loaded at the boot time.\n~~~\nHow do I blacklist a kernel module to prevent it from loading automatically?\nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out-of-bounds read in set_fdc in drivers/block/floppy.c"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-12T15:16:03+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2104"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHELALT-7.6:kernel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-abi-whitelists-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-alt-0:4.14.0-115.21.2.el7a.src",
"7Server-RHELALT-7.6:kernel-bootwrapper-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-doc-0:4.14.0-115.21.2.el7a.noarch",
"7Server-RHELALT-7.6:kernel-tools-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:kernel-tools-libs-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debug-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-debuginfo-common-ppc64le-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:kernel-tools-libs-devel-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le",
"7Server-optional-RHELALT-7.6:python-perf-debuginfo-0:4.14.0-115.21.2.el7a.ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2125
Vulnerability from csaf_redhat - Published: 2020-05-13 07:47 - Updated: 2026-06-28 12:13A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 kpatch-patch is now available for Red Hat Enterprise Linux 8.\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": "This is a kernel live patch module which is automatically loaded by the RPM post-install script to modify the code of a running kernel.\n\nSecurity Fix(es):\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2125",
"url": "https://access.redhat.com/errata/RHSA-2020:2125"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2125.json"
}
],
"title": "Red Hat Security Advisory: kpatch-patch security update",
"tracking": {
"current_release_date": "2026-06-28T12:13:56+00:00",
"generator": {
"date": "2026-06-28T12:13:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2125",
"initial_release_date": "2020-05-13T07:47:08+00:00",
"revision_history": [
{
"date": "2020-05-13T07:47:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-13T07:47:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:13:56+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 BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-193@1-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-193-debugsource@1-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-193-debuginfo@1-2.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-193@1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-193-debugsource@1-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-193-debuginfo@1-2.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.src",
"product": {
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.src",
"product_id": "kpatch-patch-4_18_0-193-0:1-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-193@1-2.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.src"
},
"product_reference": "kpatch-patch-4_18_0-193-0:1-2.el8.src",
"relates_to_product_reference": "BaseOS-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-193-0:1-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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": [
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.src",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-13T07:47:08+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": [
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.src",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2125"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.src",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.src",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debuginfo-0:1-2.el8.x86_64",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.ppc64le",
"BaseOS-8.2.0.Z.MAIN.EUS:kpatch-patch-4_18_0-193-debugsource-0:1-2.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2171
Vulnerability from csaf_redhat - Published: 2020-05-14 19:08 - Updated: 2026-06-28 12:13A flaw was found in the way KVM hypervisor handled instruction emulation for the L2 guest when nested(=1) virtualization is enabled. In the instruction emulation, the L2 guest could trick the L0 hypervisor into accessing sensitive bits of the L1 hypervisor. An L2 guest could use this flaw to potentially access information of the L1 hypervisor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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-rt is now available for Red Hat Enterprise Linux 8.\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-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\n* Kernel: kvm: nVMX: L2 guest may trick the L0 hypervisor to access sensitive L1 resources (CVE-2020-2732)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* kernel-rt: update RT source tree to the latest RHEL-8.2.z source tree (BZ#1831781)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2171",
"url": "https://access.redhat.com/errata/RHSA-2020:2171"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1805135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1805135"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2171.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security and bug fix update",
"tracking": {
"current_release_date": "2026-06-28T12:13:31+00:00",
"generator": {
"date": "2026-06-28T12:13:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2171",
"initial_release_date": "2020-05-14T19:08:41+00:00",
"revision_history": [
{
"date": "2020-05-14T19:08:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-14T19:08:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:13:31+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 Real Time for NFV (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_id": "kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-193.1.2.rt13.53.el8_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"product": {
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"product_id": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-193.1.2.rt13.53.el8_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src"
},
"product_reference": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 8)",
"product_id": "NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "NFV-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src"
},
"product_reference": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 8)",
"product_id": "RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"relates_to_product_reference": "RT-8.2.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Paolo Bonzini"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2020-2732",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2020-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1805135"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the way KVM hypervisor handled instruction emulation for the L2 guest when nested(=1) virtualization is enabled. In the instruction emulation, the L2 guest could trick the L0 hypervisor into accessing sensitive bits of the L1 hypervisor. An L2 guest could use this flaw to potentially access information of the L1 hypervisor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: kvm: nVMX: L2 guest may trick the L0 hypervisor to access sensitive L1 resources",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-2732"
},
{
"category": "external",
"summary": "RHBZ#1805135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1805135"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-2732",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-2732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2732"
}
],
"release_date": "2020-02-24T18:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-14T19:08:41+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2171"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Kernel: kvm: nVMX: L2 guest may trick the L0 hypervisor to access sensitive L1 resources"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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": [
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-14T19:08:41+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2171"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"NFV-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.src",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64",
"RT-8.2.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-193.1.2.rt13.53.el8_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2199
Vulnerability from csaf_redhat - Published: 2020-05-19 23:08 - Updated: 2026-06-28 12:16A use-after-free vulnerability was found in the Linux kernel’s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation. The ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel on s390 architecture. The issue occurs on multiprocessing systems when one s390 CPU is in Secondary Address Mode and another CPU does a kernel page table upgrade. An inter-processor interrupt (IPI) is then sent to each active CPU to update the control registers with new page table addresses. In Secondary Address Mode the CPU's CR1 register may hold kernel space address to fetch instructions from, but after IPI processing, the same CR1 register is set to point to a user space address. An unprivileged user or process on the system may use this flaw to crash the system or escalate their privileges on the system. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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 packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c (CVE-2019-19768)\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\n* Kernel: s390: page table upgrade in secondary address mode may lead to privilege escalation (CVE-2020-11884)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* [FJ8.1 Bug]: A system panic occurs when an I/O timeout occurs. (BZ#1787296)\n\n* [i40e]BUG: unable to handle kernel NULL pointer dereference at 0000000000000029 (BZ#1802483)\n\n* [OSP16] [offload] [mellanox] VF representors of 2nd nic of bond is NOT renamed as \u003cPF\u003e_\u003cVFid\u003e (BZ#1802484)\n\n* The kernel crashes in nbd_check_sock_type() due to stack corruption if the socket address family is AF_INET6. (BZ#1807605)\n\n* Hung kernel tasks with LPm16004B-L when fabric paths are returning (BZ#1807831)\n\n* bitops: protect variables in set_mask_bits() macro (kernel) (BZ#1809042)\n\n* [RHEL8] blktests block/007 test failed (BZ#1812806)\n\n* [RHEL8.2 Alpha] Server panics with NULL pointer dereference during boot in selinux_task_to_inode() (BZ#1812807)\n\n* [RHEL8] Kernel panic on job cleanup, related to SyS_getdents64 (BZ#1812808)\n\n* [HPE 8.2 Bug] kernel ignores NMI from ilo (BZ#1816830)\n\n* [RHEL8.2][Azure]Commits to resolve high network latency (BZ#1817944)\n\n* cpu.share scheduling performance issue (BZ#1819908)\n\n* [RHEL8] Scheduler - backport asymetrical and misfit enhancements (BZ#1821370)\n\n* RHEL8.0 - powerpc/powernv: Enhance opal message read interface (BZ#1822205)\n\n* SCSI updates for 8.2 (BZ#1822252)\n\nEnhancement(s):\n\n* [RFE] Backport RCU dependecies for kernel-rt (rhel-rt-8.2.0) from stable (BZ#1826215)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2199",
"url": "https://access.redhat.com/errata/RHSA-2020:2199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "1828149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828149"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2199.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-06-28T12:16:12+00:00",
"generator": {
"date": "2026-06-28T12:16:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2199",
"initial_release_date": "2020-05-19T23:08:46+00:00",
"revision_history": [
{
"date": "2020-05-19T23:08:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-19T23:08:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:16:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.1::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.1::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "perf-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "perf-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"product": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"product_id": "python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-147.13.2.el8_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_id": "python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-147.13.2.el8_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "perf-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "perf-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"product_id": "python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-147.13.2.el8_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "perf-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "perf-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_id": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-147.13.2.el8_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-147.13.2.el8_1.src",
"product": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.src",
"product_id": "kernel-0:4.18.0-147.13.2.el8_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-147.13.2.el8_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"product": {
"name": "kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"product_id": "kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@4.18.0-147.13.2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"product_id": "kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-147.13.2.el8_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src"
},
"product_reference": "kernel-0:4.18.0-147.13.2.el8_1.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch"
},
"product_reference": "kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-147.13.2.el8_1.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "perf-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "perf-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "perf-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v. 8.1)",
"product_id": "CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"relates_to_product_reference": "CRB-8.1.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-19768",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1786164"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u2019s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation.\r\n\r\nThe ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19768"
},
{
"category": "external",
"summary": "RHBZ#1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19768",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768"
}
],
"release_date": "2019-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-19T23:08:46+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-19T23:08:46+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2199"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
},
{
"acknowledgments": [
{
"names": [
"Christian Borntraeger"
],
"organization": "IBM"
}
],
"cve": "CVE-2020-11884",
"cwe": {
"id": "CWE-1251",
"name": "Mirrored Regions with Different Values"
},
"discovery_date": "2020-04-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1828149"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel on s390 architecture. The issue occurs on multiprocessing systems when one s390 CPU is in Secondary Address Mode and another CPU does a kernel page table upgrade. An inter-processor interrupt (IPI) is then sent to each active CPU to update the control registers with new page table addresses. In Secondary Address Mode the CPU\u0027s CR1 register may hold kernel space address to fetch instructions from, but after IPI processing, the same CR1 register is set to point to a user space address. An unprivileged user or process on the system may use this flaw to crash the system or escalate their privileges on the system. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: s390: page table upgrade in secondary address mode may lead to privilege escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue does not affect the versions of the kernel package as shipped with the Red Hat Enterprise Linux 5, 6, 7, and Red Hat Enterprise MRG 2.\n\nThis issue affects the versions of the kernel package as shipped with the Red Hat Enterprise Linux 8. Future kernel updates for the Red Hat Enterprise Linux 8 may address this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11884"
},
{
"category": "external",
"summary": "RHBZ#1828149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11884",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11884"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11884",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11884"
}
],
"release_date": "2020-04-28T18:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-19T23:08:46+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2199"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update as soon as possible.",
"product_ids": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kernel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-abi-whitelists-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-core-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debug-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-s390x-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-doc-0:4.18.0-147.13.2.el8_1.noarch",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-modules-extra-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kernel-tools-libs-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-core-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-devel-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-0:4.18.0-147.13.2.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.s390x",
"BaseOS-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:bpftool-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debug-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:kernel-tools-libs-devel-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.aarch64",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.ppc64le",
"CRB-8.1.0.Z.EUS:python3-perf-debuginfo-0:4.18.0-147.13.2.el8_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: s390: page table upgrade in secondary address mode may lead to privilege escalation"
}
]
}
RHSA-2020:2203
Vulnerability from csaf_redhat - Published: 2020-05-20 06:04 - Updated: 2026-06-28 12:13A use-after-free vulnerability was found in the Linux kernel’s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation. The ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 kpatch-patch is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\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": "This is a kernel live patch module which is automatically loaded by the RPM post-install script to modify the code of a running kernel.\n\nSecurity Fix(es):\n\n* kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c (CVE-2019-19768)\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2203",
"url": "https://access.redhat.com/errata/RHSA-2020:2203"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2203.json"
}
],
"title": "Red Hat Security Advisory: kpatch-patch security update",
"tracking": {
"current_release_date": "2026-06-28T12:13:32+00:00",
"generator": {
"date": "2026-06-28T12:13:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2203",
"initial_release_date": "2020-05-20T06:04:06+00:00",
"revision_history": [
{
"date": "2020-05-20T06:04:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-20T06:04:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:13:32+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 BaseOS EUS (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.1::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147@1-13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147-debugsource@1-13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147-debuginfo@1-13.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_2@1-9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_2-debugsource@1-9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_2-debuginfo@1-9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"product_id": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_3@1-9.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"product_id": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_3_1@1-9.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"product_id": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_5_1@1-4.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"product": {
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"product_id": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_8_1@1-2.el8_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147@1-13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147-debugsource@1-13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147-debuginfo@1-13.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_2@1-9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_2-debugsource@1-9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_2-debuginfo@1-9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"product_id": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_3@1-9.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"product_id": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_3_1@1-9.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"product_id": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_5_1@1-4.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64",
"product": {
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64",
"product_id": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_8_1@1-2.el8_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.src",
"product": {
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.src",
"product_id": "kpatch-patch-4_18_0-147-0:1-13.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147@1-13.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"product": {
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"product_id": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_2@1-9.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"product": {
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"product_id": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_0_3@1-9.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"product": {
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"product_id": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_3_1@1-9.el8_1?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"product": {
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"product_id": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_5_1@1-4.el8_1?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"product": {
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"product_id": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-4_18_0-147_8_1@1-2.el8_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src"
},
"product_reference": "kpatch-patch-4_18_0-147-0:1-13.el8.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147-0:1-13.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src"
},
"product_reference": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src"
},
"product_reference": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src"
},
"product_reference": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src"
},
"product_reference": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le"
},
"product_reference": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src"
},
"product_reference": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
},
"product_reference": "kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-19768",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1786164"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u2019s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation.\r\n\r\nThe ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19768"
},
{
"category": "external",
"summary": "RHBZ#1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19768",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768"
}
],
"release_date": "2019-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-20T06:04:06+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": [
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2203"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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": [
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-20T06:04:06+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": [
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2203"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debuginfo-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147-debugsource-0:1-13.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debuginfo-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_2-debugsource-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_0_3-0:1-9.el8.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_3_1-0:1-9.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_5_1-0:1-4.el8_1.x86_64",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.ppc64le",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.src",
"BaseOS-8.1.0.Z.EUS:kpatch-patch-4_18_0-147_8_1-0:1-2.el8_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2214
Vulnerability from csaf_redhat - Published: 2020-05-19 22:29 - Updated: 2026-06-28 12:13A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf->buffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the Linux kernel’s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation. The ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 is now available for Red Hat Enterprise Linux 7.4 Advanced Update Support, Red Hat Enterprise Linux 7.4 Telco Extended Update Support, and Red Hat Enterprise Linux 7.4 Update Services for SAP Solutions.\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 packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c (CVE-2017-18595)\n\n* kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c (CVE-2019-19768)\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2214",
"url": "https://access.redhat.com/errata/RHSA-2020:2214"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2214.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-28T12:13:33+00:00",
"generator": {
"date": "2026-06-28T12:13:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2214",
"initial_release_date": "2020-05-19T22:29:35+00:00",
"revision_history": [
{
"date": "2020-05-19T22:29:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-19T22:29:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:13:33+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 Server AUS (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.4::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.4::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "perf-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "perf-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-693.67.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-693.67.1.el7.x86_64",
"product": {
"name": "python-perf-0:3.10.0-693.67.1.el7.x86_64",
"product_id": "python-perf-0:3.10.0-693.67.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-693.67.1.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:3.10.0-693.67.1.el7.src",
"product": {
"name": "kernel-0:3.10.0-693.67.1.el7.src",
"product_id": "kernel-0:3.10.0-693.67.1.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-693.67.1.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"product": {
"name": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"product_id": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-693.67.1.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"product": {
"name": "kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"product_id": "kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@3.10.0-693.67.1.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "perf-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "perf-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"product": {
"name": "python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"product_id": "python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-693.67.1.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-693.67.1.el7.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-693.67.1.el7.src",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-693.67.1.el7.noarch as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.4)",
"product_id": "7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-693.67.1.el7.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-693.67.1.el7.src",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-693.67.1.el7.noarch as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.4)",
"product_id": "7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-693.67.1.el7.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-693.67.1.el7.src",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-693.67.1.el7.noarch as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.4)",
"product_id": "7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.4)",
"product_id": "7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.4)",
"product_id": "7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.4)",
"product_id": "7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.4.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-18595",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1758671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf-\u003ebuffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18595"
},
{
"category": "external",
"summary": "RHBZ#1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18595",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595"
}
],
"release_date": "2019-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-19T22:29:35+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2214"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update as soon as possible.",
"product_ids": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c"
},
{
"cve": "CVE-2019-19768",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1786164"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u2019s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation.\r\n\r\nThe ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19768"
},
{
"category": "external",
"summary": "RHBZ#1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19768",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768"
}
],
"release_date": "2019-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-19T22:29:35+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2214"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-19T22:29:35+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2214"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.AUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.AUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.E4S:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-bootwrapper-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.src",
"7Server-7.4.TUS:kernel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-abi-whitelists-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-debug-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debug-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-doc-0:3.10.0-693.67.1.el7.noarch",
"7Server-7.4.TUS:kernel-tools-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:kernel-tools-libs-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-0:3.10.0-693.67.1.el7.x86_64",
"7Server-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.AUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debug-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.ppc64le",
"7Server-optional-7.4.E4S:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debug-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:kernel-tools-libs-devel-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64",
"7Server-optional-7.4.TUS:python-perf-debuginfo-0:3.10.0-693.67.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2242
Vulnerability from csaf_redhat - Published: 2020-05-20 17:37 - Updated: 2026-06-28 12:33A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf->buffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the Linux kernel’s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation. The ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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-rt is now available for Red Hat Enterprise MRG 2.\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-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c (CVE-2017-18595)\n\n* kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c (CVE-2019-19768)\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* update the MRG 2.5.z 3.10 realtime-kernel sources (BZ#1823371)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2242",
"url": "https://access.redhat.com/errata/RHSA-2020:2242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2242.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security and bug fix update",
"tracking": {
"current_release_date": "2026-06-28T12:33:12+00:00",
"generator": {
"date": "2026-06-28T12:33:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2242",
"initial_release_date": "2020-05-20T17:37:09+00:00",
"revision_history": [
{
"date": "2020-05-20T17:37:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-20T17:37:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:33:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat MRG Realtime for RHEL 6 Server v.2",
"product": {
"name": "Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_mrg:2:server:el6"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise MRG for RHEL-6"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-vanilla@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-vanilla-devel@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product": {
"name": "kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_id": "kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-vanilla-debuginfo@3.10.0-693.67.1.rt56.665.el6rt?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"product": {
"name": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"product_id": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@3.10.0-693.67.1.rt56.665.el6rt?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"product": {
"name": "kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"product_id": "kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-doc@3.10.0-693.67.1.rt56.665.el6rt?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"product": {
"name": "kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"product_id": "kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-firmware@3.10.0-693.67.1.rt56.665.el6rt?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src"
},
"product_reference": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch"
},
"product_reference": "kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch"
},
"product_reference": "kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2",
"product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
},
"product_reference": "kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"relates_to_product_reference": "6Server-MRG-Realtime-2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-18595",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1758671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf-\u003ebuffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18595"
},
{
"category": "external",
"summary": "RHBZ#1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18595",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595"
}
],
"release_date": "2019-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-20T17:37:09+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2242"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update as soon as possible.",
"product_ids": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c"
},
{
"cve": "CVE-2019-19768",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1786164"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u2019s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation.\r\n\r\nThe ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19768"
},
{
"category": "external",
"summary": "RHBZ#1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19768",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768"
}
],
"release_date": "2019-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-20T17:37:09+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2242"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-20T17:37:09+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2242"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.src",
"6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-693.67.1.rt56.665.el6rt.noarch",
"6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64",
"6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-693.67.1.rt56.665.el6rt.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2277
Vulnerability from csaf_redhat - Published: 2020-05-26 20:02 - Updated: 2026-06-28 12:33A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf->buffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the Linux kernel’s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation. The ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 is now available for Red Hat Enterprise Linux 7.3 Advanced Update Support, Red Hat Enterprise Linux 7.3 Telco Extended Update Support, and Red Hat Enterprise Linux 7.3 Update Services for SAP Solutions.\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 packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c (CVE-2017-18595)\n\n* kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c (CVE-2019-19768)\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2277",
"url": "https://access.redhat.com/errata/RHSA-2020:2277"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2277.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-28T12:33:13+00:00",
"generator": {
"date": "2026-06-28T12:33:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2277",
"initial_release_date": "2020-05-26T20:02:20+00:00",
"revision_history": [
{
"date": "2020-05-26T20:02:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-26T20:02:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:33:13+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 Server AUS (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.3::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.3::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.3::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:7.3::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.3::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:7.3::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "perf-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "perf-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-514.76.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-514.76.1.el7.x86_64",
"product": {
"name": "python-perf-0:3.10.0-514.76.1.el7.x86_64",
"product_id": "python-perf-0:3.10.0-514.76.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-514.76.1.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.76.1.el7.src",
"product": {
"name": "kernel-0:3.10.0-514.76.1.el7.src",
"product_id": "kernel-0:3.10.0-514.76.1.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.76.1.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"product": {
"name": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"product_id": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-514.76.1.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"product": {
"name": "kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"product_id": "kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@3.10.0-514.76.1.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "perf-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "perf-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"product": {
"name": "python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"product_id": "python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-514.76.1.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.76.1.el7.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.76.1.el7.src",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.76.1.el7.noarch as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.3)",
"product_id": "7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.76.1.el7.src as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.76.1.el7.src",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.76.1.el7.noarch as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "perf-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server E4S (v. 7.3)",
"product_id": "7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.76.1.el7.src as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-514.76.1.el7.src",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-514.76.1.el7.noarch as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server TUS (v. 7.3)",
"product_id": "7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.3)",
"product_id": "7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional E4S (v. 7.3)",
"product_id": "7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional TUS (v. 7.3)",
"product_id": "7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.3.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-18595",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1758671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf-\u003ebuffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18595"
},
{
"category": "external",
"summary": "RHBZ#1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18595",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595"
}
],
"release_date": "2019-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-26T20:02:20+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2277"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update as soon as possible.",
"product_ids": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c"
},
{
"cve": "CVE-2019-19768",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1786164"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u2019s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation.\r\n\r\nThe ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19768"
},
{
"category": "external",
"summary": "RHBZ#1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19768",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768"
}
],
"release_date": "2019-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-26T20:02:20+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2277"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-26T20:02:20+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2277"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.AUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.AUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.E4S:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-bootwrapper-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.src",
"7Server-7.3.TUS:kernel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-abi-whitelists-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-debug-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debug-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-doc-0:3.10.0-514.76.1.el7.noarch",
"7Server-7.3.TUS:kernel-tools-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:kernel-tools-libs-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-0:3.10.0-514.76.1.el7.x86_64",
"7Server-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.AUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debug-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-ppc64le-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.ppc64le",
"7Server-optional-7.3.E4S:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debug-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-debuginfo-common-x86_64-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:kernel-tools-libs-devel-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64",
"7Server-optional-7.3.TUS:python-perf-debuginfo-0:3.10.0-514.76.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
RHSA-2020:2285
Vulnerability from csaf_redhat - Published: 2020-05-26 20:21 - Updated: 2026-06-28 12:11A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf->buffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the Linux kernel’s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation. The ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
|
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.\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 packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c (CVE-2017-18595)\n\n* kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c (CVE-2019-19768)\n\n* Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic (CVE-2020-10711)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2020:2285",
"url": "https://access.redhat.com/errata/RHSA-2020:2285"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2285.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-28T12:11:59+00:00",
"generator": {
"date": "2026-06-28T12:11:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2020:2285",
"initial_release_date": "2020-05-26T20:21:25+00:00",
"revision_history": [
{
"date": "2020-05-26T20:21:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-05-26T20:21:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:11:59+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 Server AUS (v. 7.2)",
"product": {
"name": "Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.2::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:7.2::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "perf-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "perf-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "python-perf-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "python-perf-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-327.88.1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"product_id": "kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-327.88.1.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:3.10.0-327.88.1.el7.src",
"product": {
"name": "kernel-0:3.10.0-327.88.1.el7.src",
"product_id": "kernel-0:3.10.0-327.88.1.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@3.10.0-327.88.1.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"product": {
"name": "kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"product_id": "kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-327.88.1.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"product": {
"name": "kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"product_id": "kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@3.10.0-327.88.1.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-327.88.1.el7.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src"
},
"product_reference": "kernel-0:3.10.0-327.88.1.el7.src",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch"
},
"product_reference": "kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:3.10.0-327.88.1.el7.noarch as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch"
},
"product_reference": "kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "perf-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "python-perf-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.2)",
"product_id": "7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.2)",
"product_id": "7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
},
"product_reference": "python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"relates_to_product_reference": "7Server-optional-7.2.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-18595",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1758671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the allocate_trace_buffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer (buf-\u003ebuffer) still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a dangling pointer issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-18595"
},
{
"category": "external",
"summary": "RHBZ#1758671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-18595",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18595"
}
],
"release_date": "2019-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-26T20:21:25+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2285"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update as soon as possible.",
"product_ids": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c"
},
{
"cve": "CVE-2019-19768",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1786164"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u2019s implementation of blktrace in the __blk_add_trace function. A local attacker with permissions to run block trace instructions against a device can create a situation where the core block_trace object is used after it is freed. The attacker can pre-groom memory to race this use-after-free to create a condition where the memory is corrupted and cause privilege escalation.\r\n\r\nThe ability to create this condition requires elevated privileges, and it has been decided that this change in Red Hat Enterprise Linux 5 and 6 would risk introducing possible regressions and will not be backported.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-19768"
},
{
"category": "external",
"summary": "RHBZ#1786164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-19768",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19768"
}
],
"release_date": "2019-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-26T20:21:25+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2285"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: use-after-free in __blk_add_trace in kernel/trace/blktrace.c"
},
{
"acknowledgments": [
{
"names": [
"Matthew Sheets"
],
"organization": "gd-ms.com"
}
],
"cve": "CVE-2020-10711",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2020-04-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1825116"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u0027s SELinux subsystem. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol\u0027s category bitmap into the SELinux extensible bitmap via the\u0027 ebitmap_netlbl_import\u0027 routine. While processing the CIPSO restricted bitmap tag in the \u0027cipso_v4_parsetag_rbm\u0027 routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the kernel packages as shipped with the Red Hat Enterprise Linux 6 starting with the Red Hat Enterprise Linux 6.7 GA version kernel-2.6.32-573 . Prior Red Hat Enterprise Linux 6 kernel versions are not affected.",
"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-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10711"
},
{
"category": "external",
"summary": "RHBZ#1825116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1825116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10711",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10711"
}
],
"release_date": "2020-05-12T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-05-26T20:21:25+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\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2020:2285"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\n\nThis issue can only be resolved by applying updates.",
"product_ids": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.src",
"7Server-7.2.AUS:kernel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-abi-whitelists-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-debug-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debug-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-doc-0:3.10.0-327.88.1.el7.noarch",
"7Server-7.2.AUS:kernel-tools-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:kernel-tools-libs-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-0:3.10.0-327.88.1.el7.x86_64",
"7Server-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debug-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-debuginfo-common-x86_64-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:kernel-tools-libs-devel-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64",
"7Server-optional-7.2.AUS:python-perf-debuginfo-0:3.10.0-327.88.1.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kernel: NetLabel: null pointer dereference while receiving CIPSO packet with null category may cause kernel panic"
}
]
}
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.